perf: dept

This commit is contained in:
xingyu
2022-08-01 21:05:42 +08:00
parent 7d3c59af6d
commit 40c92a9ea2
4 changed files with 42 additions and 17 deletions

View File

@ -17,7 +17,7 @@ export const modelSchema = reactive<FormSchema[]>([
},
{
label: '负责人',
field: 'email',
field: 'leaderUserId',
component: 'Input'
},
{
@ -33,7 +33,7 @@ export const modelSchema = reactive<FormSchema[]>([
{
label: '显示排序',
field: 'sort',
component: 'Input'
component: 'InputNumber'
},
{
label: '状态',