浏览代码

up-名称长度改成最大50

shaogen1995 2 年之前
父节点
当前提交
718430525a
共有 1 个文件被更改,包括 1 次插入1 次删除
  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>