mirror of
https://gitee.com/myxzgzs/boyue-ui-admin-vue3
synced 2025-08-08 16:32:43 +08:00
最小值为0会报错
This commit is contained in:
parent
ffd2b5b8ee
commit
46fc6ce1b7
@ -146,7 +146,7 @@ const crudSchemas = reactive<VxeCrudSchema>({
|
||||
component: 'InputNumber',
|
||||
value: null,
|
||||
componentProps: {
|
||||
min: 0
|
||||
min: 1
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user