Explorar el Código

菜品名称限制10个字

licc hace 1 mes
padre
commit
e15a576d6d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/dish/lists/edit.vue

+ 1 - 1
src/views/dish/lists/edit.vue

@@ -20,7 +20,7 @@
                                     placeholder="请输入菜品名称"
                                     type="textarea"
                                     :autosize="{ minRows: 3, maxRows: 3 }"
-                                    maxlength="20"
+                                    maxlength="10"
                                     show-word-limit
                                     clearable
                                 />