fix: 岗位/角色表格字段靠左

This commit is contained in:
TsMask
2023-11-17 17:52:47 +08:00
parent dc4d91eb41
commit 4c9388ffcb
4 changed files with 18 additions and 18 deletions

View File

@@ -90,20 +90,20 @@ let tableColumns: ColumnsType = [
dataIndex: 'postId',
align: 'center',
},
{
title: t('views.system.post.positionCode'),
dataIndex: 'postCode',
align: 'center',
},
{
title: t('views.system.post.positionName'),
dataIndex: 'postName',
align: 'center',
align: 'left',
},
{
title: t('views.system.post.positionCode'),
dataIndex: 'postCode',
align: 'left',
},
{
title: t('views.system.post.positionSort'),
dataIndex: 'postSort',
align: 'center',
align: 'left',
},
{
title: t('views.system.post.positionStatus'),