最小值为0会报错
This commit is contained in:
parent
ffd2b5b8ee
commit
46fc6ce1b7
@ -146,7 +146,7 @@ const crudSchemas = reactive<VxeCrudSchema>({
|
|||||||
component: 'InputNumber',
|
component: 'InputNumber',
|
||||||
value: null,
|
value: null,
|
||||||
componentProps: {
|
componentProps: {
|
||||||
min: 0
|
min: 1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user