tangning 8 mesiacov pred
rodič
commit
6c00627c46

+ 10 - 1
src/views/account/overview/data.tsx

@@ -319,7 +319,7 @@ export const Addschemas: FormSchema[] = [
     label: '业务员',
     required: true,
     componentProps: {
-      maxlength: 50,
+      maxlength: 100,
     },
     colProps: { span: 20 },
   },
@@ -346,6 +346,9 @@ export const Addschemas: FormSchema[] = [
     component: 'Input',
     label: '客户名称',
     required: true,
+    componentProps: {
+      maxlength: 100,
+    },
     colProps: { span: 20 },
   },
   {
@@ -377,6 +380,9 @@ export const Addschemas: FormSchema[] = [
     component: 'Input',
     label: '终端客户',
     required: true,
+    componentProps: {
+      maxlength: 100,
+    },
     colProps: { span: 20 },
   },
 
@@ -385,6 +391,9 @@ export const Addschemas: FormSchema[] = [
     component: 'Input',
     label: '项目号',
     required: true,
+    componentProps: {
+      maxlength: 100,
+    },
     colProps: { span: 20 },
   },
 ];

+ 1 - 1
src/views/empower/data.ts

@@ -119,7 +119,7 @@ export const newAddschemas: FormSchema[] = [
     required: true,
     colProps: { span: 20 },
     componentProps: {
-      maxlength: 50,
+      maxlength: 100,
     },
   },
   {