修改切換角色

This commit is contained in:
qq787203167
2022-06-06 10:47:19 +08:00
parent 24e5af4008
commit e5f47ba041
4 changed files with 111 additions and 9 deletions
+3 -3
View File
@@ -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')