Commit 46fc6ce1 by gexinzhineng/gxzn27

最小值为0会报错

parent ffd2b5b8
......@@ -146,7 +146,7 @@ const crudSchemas = reactive<VxeCrudSchema>({
component: 'InputNumber',
value: null,
componentProps: {
min: 0
min: 1
}
}
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment