fix : 前端国际化翻译校正

This commit is contained in:
likexuan
2022-12-28 10:12:34 +08:00
parent 8e2134e71d
commit 5ca8fd784b
2 changed files with 8 additions and 8 deletions

View File

@@ -177,12 +177,12 @@ export default {
},
user: {
operationLog: [
{ prop: 'operationLogTab', name: this.$t('config.operationlog.operationlog'), active: true },
{ prop: 'terminalLogTab', name: this.$t('config.terminallog.terminallog'), active: false }
{ prop: 'operationLogTab', name: this.$t('profile.operationRecord'), active: true },
{ prop: 'terminalLogTab', name: this.$t('overall.terminallog'), active: false }
],
terminalLog: [
{ prop: 'operationLogTab', name: this.$t('config.operationlog.operationlog'), active: false },
{ prop: 'terminalLogTab', name: this.$t('config.terminallog.terminallog'), active: true }
{ prop: 'operationLogTab', name: this.$t('profile.operationRecord'), active: false },
{ prop: 'terminalLogTab', name: this.$t('overall.terminallog'), active: true }
]
// module tab
},