Sfoglia il codice sorgente

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

yongCode 6 mesi fa
parent
commit
c429b29bf8
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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
           />