Browse Source

bug修复

chenrui 4 years ago
parent
commit
29a5cac3d6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/dealerManagement/merchantInfoManagement/edit.vue

+ 2 - 2
src/views/dealerManagement/merchantInfoManagement/edit.vue

@@ -195,9 +195,9 @@
                   <a-input
                     v-model.trim="form.mail"
                     id="merchantInfoManagementEdit-mail"
-                    :maxLength="60"
+                    :maxLength="30"
                     allowClear
-                    placeholder="请输入邮箱(最多60个字符)" />
+                    placeholder="请输入邮箱(最多30个字符)" />
                 </a-form-model-item>
               </a-col>
               <a-col :xs="24" :sm="24" :md="12" :lg="8" :xl="8">