diff --git a/src/views/system/depart/depart.data.ts b/src/views/system/depart/depart.data.ts index 9063a7a..e93e3d8 100644 --- a/src/views/system/depart/depart.data.ts +++ b/src/views/system/depart/depart.data.ts @@ -131,6 +131,11 @@ export function useBasicFormSchema() { placeholder: '请输入备注', }, }, + { + field: 'picUrl', + label: '机构图片', + component: 'JImageUpload', + }, ]; return { basicFormSchema }; }