perf: dept

This commit is contained in:
xingyu
2022-11-17 23:05:39 +08:00
parent bc97bd30a0
commit 5725d4862b
3 changed files with 22 additions and 15 deletions

View File

@ -42,7 +42,12 @@ const crudSchemas = reactive<VxeCrudSchema>({
},
{
title: '负责人',
field: 'leaderUserId'
field: 'leaderUserId',
table: {
slots: {
default: 'leaderUserId_default'
}
}
},
{
title: '联系电话',