fix : 前端国际化翻译校正
This commit is contained in:
@@ -177,12 +177,12 @@ export default {
|
|||||||
},
|
},
|
||||||
user: {
|
user: {
|
||||||
operationLog: [
|
operationLog: [
|
||||||
{ prop: 'operationLogTab', name: this.$t('config.operationlog.operationlog'), active: true },
|
{ prop: 'operationLogTab', name: this.$t('profile.operationRecord'), active: true },
|
||||||
{ prop: 'terminalLogTab', name: this.$t('config.terminallog.terminallog'), active: false }
|
{ prop: 'terminalLogTab', name: this.$t('overall.terminallog'), active: false }
|
||||||
],
|
],
|
||||||
terminalLog: [
|
terminalLog: [
|
||||||
{ prop: 'operationLogTab', name: this.$t('config.operationlog.operationlog'), active: false },
|
{ prop: 'operationLogTab', name: this.$t('profile.operationRecord'), active: false },
|
||||||
{ prop: 'terminalLogTab', name: this.$t('config.terminallog.terminallog'), active: true }
|
{ prop: 'terminalLogTab', name: this.$t('overall.terminallog'), active: true }
|
||||||
]
|
]
|
||||||
// module tab
|
// module tab
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -148,12 +148,12 @@ export default {
|
|||||||
},
|
},
|
||||||
user: {
|
user: {
|
||||||
operationLog: [
|
operationLog: [
|
||||||
{ prop: 'operationLogTab', name: this.$t('config.operationlog.operationlog'), active: true },
|
{ prop: 'operationLogTab', name: this.$t('profile.operationRecord'), active: true },
|
||||||
{ prop: 'terminalLogTab', name: this.$t('config.terminallog.terminallog'), active: false }
|
{ prop: 'terminalLogTab', name: this.$t('overall.terminallog'), active: false }
|
||||||
],
|
],
|
||||||
terminalLog: [
|
terminalLog: [
|
||||||
{ prop: 'operationLogTab', name: this.$t('config.operationlog.operationlog'), active: false },
|
{ prop: 'operationLogTab', name: this.$t('profile.operationRecord'), active: false },
|
||||||
{ prop: 'terminalLogTab', name: this.$t('config.terminallog.terminallog'), active: true }
|
{ prop: 'terminalLogTab', name: this.$t('overall.terminallog'), active: true }
|
||||||
]
|
]
|
||||||
// module tab
|
// module tab
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user