This commit is contained in:
1378012178@qq.com 2025-05-27 14:20:03 +08:00
commit 53b7241cfb
1 changed files with 5 additions and 0 deletions

View File

@ -131,6 +131,11 @@ export function useBasicFormSchema() {
placeholder: '请输入备注',
},
},
{
field: 'picUrl',
label: '机构图片',
component: 'JImageUpload',
},
];
return { basicFormSchema };
}