diff --git a/nezha-fronted/src/components/common/bottomBox/bottomBox.vue b/nezha-fronted/src/components/common/bottomBox/bottomBox.vue index e2dd8b185..b77e6e32a 100644 --- a/nezha-fronted/src/components/common/bottomBox/bottomBox.vue +++ b/nezha-fronted/src/components/common/bottomBox/bottomBox.vue @@ -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 }, diff --git a/nezha-fronted/src/components/common/detailView/view/detailViewRight.vue b/nezha-fronted/src/components/common/detailView/view/detailViewRight.vue index 7bbc34912..5c343126b 100644 --- a/nezha-fronted/src/components/common/detailView/view/detailViewRight.vue +++ b/nezha-fronted/src/components/common/detailView/view/detailViewRight.vue @@ -148,12 +148,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 },