From e26b8c68eb7e9faec4aaef5587919ecda05e842a Mon Sep 17 00:00:00 2001 From: "@changcode" Date: Mon, 7 Jun 2021 18:28:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BB=9F=E4=B8=80=E6=89=80=E6=9C=89=20d?= =?UTF-8?q?escription=20=E4=B8=AD=E6=96=87=E5=9B=BD=E9=99=85=E5=8C=96?= =?UTF-8?q?=E4=B8=BA=20=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/charts/chart-alert-list.vue | 4 ++-- .../src/components/common/bottomBox/tabs/alertMessageTab.vue | 4 ++-- .../components/common/bottomBox/tabs/alertMessageTabNew.vue | 2 +- .../src/components/common/bottomBox/tabs/cabinetTab.vue | 2 +- nezha-fronted/src/components/common/language/cn.js | 1 + nezha-fronted/src/components/common/language/en.js | 1 + .../src/components/common/rightBox/administration/roleBox.vue | 2 +- nezha-fronted/src/components/common/rightBox/alertRuleBox.vue | 2 +- .../src/components/common/rightBox/alertSilenceBox.vue | 4 ++-- nezha-fronted/src/components/common/rightBox/exprTmplBox.vue | 2 +- nezha-fronted/src/components/common/rightBox/mibBox.vue | 2 +- nezha-fronted/src/components/common/rightBox/moduleBox.vue | 2 +- nezha-fronted/src/components/common/rightBox/projectBox.vue | 2 +- .../src/components/common/table/alert/alertMessageTable.vue | 2 +- .../src/components/common/table/alert/alertRuleTable.vue | 2 +- .../src/components/common/table/settings/mibTable.vue | 2 +- .../src/components/common/table/settings/roleTable.vue | 2 +- nezha-fronted/src/components/page/alert/alertMessage.vue | 2 +- 18 files changed, 21 insertions(+), 19 deletions(-) diff --git a/nezha-fronted/src/components/charts/chart-alert-list.vue b/nezha-fronted/src/components/charts/chart-alert-list.vue index e0baab2cb..86999eb8b 100644 --- a/nezha-fronted/src/components/charts/chart-alert-list.vue +++ b/nezha-fronted/src/components/charts/chart-alert-list.vue @@ -104,7 +104,7 @@
- +
- + diff --git a/nezha-fronted/src/components/common/rightBox/exprTmplBox.vue b/nezha-fronted/src/components/common/rightBox/exprTmplBox.vue index 9d1cb6134..1b5094a4a 100644 --- a/nezha-fronted/src/components/common/rightBox/exprTmplBox.vue +++ b/nezha-fronted/src/components/common/rightBox/exprTmplBox.vue @@ -45,7 +45,7 @@ - + diff --git a/nezha-fronted/src/components/common/rightBox/moduleBox.vue b/nezha-fronted/src/components/common/rightBox/moduleBox.vue index 0d6db7cec..2f7486746 100644 --- a/nezha-fronted/src/components/common/rightBox/moduleBox.vue +++ b/nezha-fronted/src/components/common/rightBox/moduleBox.vue @@ -24,7 +24,7 @@ - + - + diff --git a/nezha-fronted/src/components/common/table/alert/alertMessageTable.vue b/nezha-fronted/src/components/common/table/alert/alertMessageTable.vue index b7fc34ff2..f44e0162b 100644 --- a/nezha-fronted/src/components/common/table/alert/alertMessageTable.vue +++ b/nezha-fronted/src/components/common/table/alert/alertMessageTable.vue @@ -198,7 +198,7 @@ export default { show: true, minWidth: 200 }, { - label: this.$t('alert.description'), + label: this.$t('overall.remark'), prop: 'description', show: true, minWidth: 200 diff --git a/nezha-fronted/src/components/common/table/alert/alertRuleTable.vue b/nezha-fronted/src/components/common/table/alert/alertRuleTable.vue index 750c67540..2da49e4d1 100644 --- a/nezha-fronted/src/components/common/table/alert/alertRuleTable.vue +++ b/nezha-fronted/src/components/common/table/alert/alertRuleTable.vue @@ -127,7 +127,7 @@ export default { prop: 'summary', show: true }, { - label: this.$t('alert.description'), + label: this.$t('overall.remark'), prop: 'description', show: true }, { diff --git a/nezha-fronted/src/components/common/table/settings/mibTable.vue b/nezha-fronted/src/components/common/table/settings/mibTable.vue index 9bc69c340..48a06c76b 100644 --- a/nezha-fronted/src/components/common/table/settings/mibTable.vue +++ b/nezha-fronted/src/components/common/table/settings/mibTable.vue @@ -121,7 +121,7 @@ export default { prop: 'modelsDetail', show: true }, { - label: this.$t('config.mib.description'), + label: this.$t('overall.remark'), prop: 'remark', show: true }, { diff --git a/nezha-fronted/src/components/common/table/settings/roleTable.vue b/nezha-fronted/src/components/common/table/settings/roleTable.vue index 0de500dc8..ea3c87715 100644 --- a/nezha-fronted/src/components/common/table/settings/roleTable.vue +++ b/nezha-fronted/src/components/common/table/settings/roleTable.vue @@ -88,7 +88,7 @@ export default { show: true, sortable:'custom' }, { - label: this.$t('config.roles.description'), + label: this.$t('overall.remark'), prop: 'remark', show: true } diff --git a/nezha-fronted/src/components/page/alert/alertMessage.vue b/nezha-fronted/src/components/page/alert/alertMessage.vue index c6f3e7aaf..2ed4f1a56 100644 --- a/nezha-fronted/src/components/page/alert/alertMessage.vue +++ b/nezha-fronted/src/components/page/alert/alertMessage.vue @@ -66,7 +66,7 @@
- +