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