fix:处理中英文完全一样的国际化为一个
This commit is contained in:
@@ -135,13 +135,13 @@ export default {
|
||||
sortable: 'custom'
|
||||
},
|
||||
// {
|
||||
// label: this.$t('config.user.username'),
|
||||
// label: this.$t('login.username'),
|
||||
// prop: 'username',
|
||||
// show: true,
|
||||
// width: 150
|
||||
// },
|
||||
{
|
||||
label: this.$t('config.user.roles'),
|
||||
label: this.$t('profile.role'),
|
||||
prop: 'roles',
|
||||
show: true,
|
||||
width: 150
|
||||
@@ -151,17 +151,17 @@ export default {
|
||||
show: true,
|
||||
minWidth: 150
|
||||
}, {
|
||||
label: this.$t('config.user.lastLoginTime'),
|
||||
label: this.$t('profile.lastLoginTime'),
|
||||
prop: 'lastLoginTime',
|
||||
show: true,
|
||||
width: 200
|
||||
}, {
|
||||
label: this.$t('config.user.lastLoginIp'),
|
||||
label: this.$t('profile.lastLoginIp'),
|
||||
prop: 'lastLoginIp',
|
||||
show: true,
|
||||
width: 150
|
||||
}, {
|
||||
label: this.$t('config.user.source'),
|
||||
label: this.$t('profile.source'),
|
||||
prop: 'source',
|
||||
show: true,
|
||||
width: 150
|
||||
@@ -171,7 +171,7 @@ export default {
|
||||
show: true,
|
||||
width: 150
|
||||
}, {
|
||||
label: this.$t('config.user.state'),
|
||||
label: this.$t('overall.state'),
|
||||
prop: 'status',
|
||||
show: true,
|
||||
width: 100
|
||||
|
||||
Reference in New Issue
Block a user