feat: 国际化修改

This commit is contained in:
@changcode
2021-05-14 17:51:02 +08:00
parent 4d4fa531bc
commit b68ac91ea9
12 changed files with 129 additions and 72 deletions

View File

@@ -114,11 +114,11 @@ export default {
show: true,
width: 80
}, {
label: 'Session ID',
label: this.$t('config.terminallog.SessionID'),
prop: 'uuid',
show: true
}, {
label: 'Username',
label: this.$t('config.terminallog.username'),
prop: 'username',
show: true
},
@@ -148,7 +148,7 @@ export default {
show: true
},
{
label: 'AuthType',
label: this.$t('config.terminallog.authtype'),
prop: 'authType',
show: false
},