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

@ -49,8 +49,7 @@ export const modelSchema = reactive<FormSchema[]>([
{
label: '显示排序',
field: 'sort',
component: 'InputNumber',
value: 0
component: 'InputNumber'
},
{
label: '状态',