Explorar el Código

up-名称长度改成最大50

shaogen1995 hace 2 años
padre
commit
718430525a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>