mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-14 02:45:06 +08:00
最小值为0会报错
This commit is contained in:
@ -146,7 +146,7 @@ const crudSchemas = reactive<VxeCrudSchema>({
|
||||
component: 'InputNumber',
|
||||
value: null,
|
||||
componentProps: {
|
||||
min: 0
|
||||
min: 1
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user