Prechádzať zdrojové kódy

【代码优化】SYSTEM:profile 接口,不在加载 socialuser,而是提供独立接口

YunaiV 1 rok pred
rodič
commit
10397aa480

+ 1 - 1
yudao-module-infra/yudao-module-infra-biz/src/main/resources/codegen/vue3_vben5_antd/schema/views/data.ts.vm

@@ -75,7 +75,7 @@ export function useFormSchema(): VbenFormSchema[] {
       componentProps: {
         placeholder: '请输入${comment}',
       },
-  #elseif($column.htmlType == "imageUpload")## 图片上传
+  #elseif($column.htmlType == "imageUpload")## 图片上传 TODO @puhui999:目前分成了图片和文件上传,可以不用 fileType 之类哈,可以用下;
       component: 'FileUpload',
       componentProps: {
         fileType: 'image',