瀏覽代碼

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

jingbb 2 月之前
父節點
當前提交
8ad430f5a3
共有 1 個文件被更改,包括 7 次插入0 次删除
  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
   {