最小值为0会报错

This commit is contained in:
gexinzhineng/gxzn27 2023-03-28 17:24:20 +08:00
parent ffd2b5b8ee
commit 46fc6ce1b7

View File

@ -146,7 +146,7 @@ const crudSchemas = reactive<VxeCrudSchema>({
component: 'InputNumber',
value: null,
componentProps: {
min: 0
min: 1
}
}
},