@@ -551,6 +551,13 @@ export const formSchema: FormSchema[] = [
AutoComplete: 'off',
},
+ {
+ label: '营业执照(business license)',
+ field: 'files',
+ colProps: { span: 12 },
+ labelWidth: 200,
+ component: 'JUpload',
+ },
// TODO 主键隐藏字段,目前写死为ID
{