fix:处理中英文完全一样的国际化为一个

This commit is contained in:
zhangyu
2022-06-16 15:58:17 +08:00
parent c5976c83ee
commit e65f37b5b5
159 changed files with 1194 additions and 599 deletions

View File

@@ -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