bpm:完善用户组的列表

This commit is contained in:
YunaiV
2023-01-20 15:12:12 +08:00
parent fe6adf693b
commit 9d9590212f
5 changed files with 205 additions and 248 deletions

View File

@@ -33,7 +33,10 @@ const crudSchemas = reactive<VxeCrudSchema>({
title: t('common.createTime'),
field: 'createTime',
formatter: 'formatDate',
isForm: false
isForm: false,
table: {
width: 180
}
}
]
})