Tang 2 жил өмнө
parent
commit
c8c9207d35

+ 1 - 1
src/views/resource/handoutManagement/handoutList/add/index.vue

@@ -167,7 +167,7 @@
                   :precision="0"
                   v-model="item.sort"
                   :min="1"
-                  :max="999"
+                  :max="127"
                   label="排序"
                   :controls="false"
                   @blur="sortList"

+ 2 - 2
src/views/resource/handoutManagement/handoutList/edit/index.vue

@@ -126,8 +126,8 @@
                   size="mini"
                   :precision="0"
                   v-model="item.sort"
-                  :min="0"
-                  :max="999"
+                  :min="1"
+                  :max="127"
                   label="排序"
                   :controls="false"
                   @blur="sortList"