From 543f6efda8949a9d91d1735d31878c3bd7097e39 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Tue, 5 Jul 2022 17:57:15 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20=E5=9B=BD=E9=99=85=E5=8C=96=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../common/alert/alertMessageInfoTab.vue | 6 +- .../common/alert/alertMessageInfoTimeLine.vue | 216 +++++++++--------- .../common/globalSearch/globalSearch.vue | 6 +- .../page/config/system/selfApiKeyTable.vue | 2 +- 4 files changed, 115 insertions(+), 115 deletions(-) diff --git a/nezha-fronted/src/components/common/alert/alertMessageInfoTab.vue b/nezha-fronted/src/components/common/alert/alertMessageInfoTab.vue index 4b54e2aa3..a47d6b140 100644 --- a/nezha-fronted/src/components/common/alert/alertMessageInfoTab.vue +++ b/nezha-fronted/src/components/common/alert/alertMessageInfoTab.vue @@ -75,13 +75,13 @@ export default { }], sysArr: [{ key: 'alertRule', - label: this.$t('alert.alertRule') + label: this.$t('alert.rule') }, { key: 'dc', label: this.$t('overall.dc') }, { key: 'asset', - label: this.$t('overall.asset') + label: this.$t('asset.asset') }, { key: 'endpoint', label: this.$t('asset.endpoint') @@ -90,7 +90,7 @@ export default { label: this.$t('overall.module') }, { key: 'project', - label: this.$t('overall.project') + label: this.$t('project.project.projectName') }] } }, diff --git a/nezha-fronted/src/components/common/alert/alertMessageInfoTimeLine.vue b/nezha-fronted/src/components/common/alert/alertMessageInfoTimeLine.vue index b5f2fb201..dd6420552 100644 --- a/nezha-fronted/src/components/common/alert/alertMessageInfoTimeLine.vue +++ b/nezha-fronted/src/components/common/alert/alertMessageInfoTimeLine.vue @@ -110,22 +110,22 @@