Explorar el Código

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

yongCode hace 6 meses
padre
commit
c429b29bf8
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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
           />