Browse Source

客户档案-增加营业执照字段

jingbb 2 months ago
parent
commit
8ad430f5a3
1 changed files with 7 additions and 0 deletions
  1. 7 0
      src/views/cuspCode/CustomerProfile/CuspCustomerProfile.data.ts

+ 7 - 0
src/views/cuspCode/CustomerProfile/CuspCustomerProfile.data.ts

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