fix: form inputnumber

This commit is contained in:
xingyu4j
2022-11-17 13:27:26 +08:00
parent f606bfb12b
commit 08656ee070
4 changed files with 11 additions and 10 deletions

View File

@ -82,8 +82,7 @@ const crudSchemas = reactive<CrudSchema[]>([
label: '账号额度',
field: 'accountCount',
form: {
component: 'InputNumber',
value: 0
component: 'InputNumber'
}
},
{