Browse Source

fix: 修改表单数量字段值过大异常问题

yongCode 6 months ago
parent
commit
c429b29bf8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/material/index.vue

+ 1 - 0
src/views/material/index.vue

@@ -200,6 +200,7 @@
           <el-input-number
             v-model="form.toolNum"
             :min="0"
+            :max="100000000"
             :step="1"
             step-strictly
           />