Browse Source

后台-字典管理-新增字典:限制排序号位数

任一存 2 years ago
parent
commit
bd8bd1a8b2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      backstage/src/pages/system/dict/componets/detail.vue

+ 1 - 0
backstage/src/pages/system/dict/componets/detail.vue

@@ -22,6 +22,7 @@
             show-word-limit
             v-model="form.sort"
             :min="0"
+            :max="9999999"
             :step="1"
             step-strictly
           />