Browse Source

up-名称长度改成最大50

shaogen1995 2 years ago
parent
commit
718430525a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      houtai/src/views/tab2/add.vue

+ 1 - 1
houtai/src/views/tab2/add.vue

@@ -18,7 +18,7 @@
             <i class="biaoshi biaoshi2"></i>
             <el-input
               v-model="ruleForm.name"
-              maxlength="10"
+              maxlength="50"
               show-word-limit
             ></el-input>
           </el-form-item>