Browse Source

菜品名称限制10个字

licc 1 tháng trước cách đây
mục cha
commit
e15a576d6d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
                                 />