修改切換角色
This commit is contained in:
@@ -136,19 +136,19 @@
|
||||
title: this.$t('RoleCode'),
|
||||
align: 'center',
|
||||
dataIndex: 'roleCode',
|
||||
width: 180
|
||||
width: 280
|
||||
},
|
||||
{
|
||||
title: this.$t('roleName'),
|
||||
align: 'center',
|
||||
dataIndex: 'roleName',
|
||||
width: 180
|
||||
width: 280
|
||||
},
|
||||
{
|
||||
title: this.$t('createTime'),
|
||||
dataIndex: 'createTime',
|
||||
align: 'center',
|
||||
width: 180,
|
||||
width: 280,
|
||||
sorter: true,
|
||||
customRender: (text) => {
|
||||
return moment(text).format('YYYY-MM-DD')
|
||||
|
||||
Reference in New Issue
Block a user