From 5ca8fd784b15c257bbb1cee2452c6abce1bb21ca Mon Sep 17 00:00:00 2001 From: likexuan Date: Wed, 28 Dec 2022 10:12:34 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20=E5=89=8D=E7=AB=AF=E5=9B=BD=E9=99=85?= =?UTF-8?q?=E5=8C=96=E7=BF=BB=E8=AF=91=E6=A0=A1=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/common/bottomBox/bottomBox.vue | 8 ++++---- .../components/common/detailView/view/detailViewRight.vue | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) 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 },