fix: 岗位/角色表格字段靠左
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user