Browse Source

fix(#24879): 新增企业联系人maxlength 85

gemercheung 3 years ago
parent
commit
9a3a5445e4
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/views/corporation/AddCorporationModal.vue

+ 4 - 0
src/views/corporation/AddCorporationModal.vue

@@ -68,7 +68,11 @@
       field: 'managerName',
       component: 'Input',
       label: t('routes.corporation.managerName'),
+
       required: true,
+      componentProps: {
+        maxLength: 85,
+      },
       colProps: {
         span: 22,
       },