From 52852227e317e68f6ac951ee78e2de5da04758b6 Mon Sep 17 00:00:00 2001 From: Xiao Bai <2835066049@qq.com> Date: Thu, 15 Dec 2022 15:10:08 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-2461=20feat=20:=E5=89=8D=E7=AB=AF=E5=9B=BD?= =?UTF-8?q?=E9=99=85=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/table/alert/alertRuleTable.vue | 4 ++-- .../src/components/common/table/alert/alertSilenceTable.vue | 2 +- .../src/components/common/table/settings/mibTable.vue | 2 +- nezha-fronted/src/components/page/tool/ping.vue | 2 +- nezha-fronted/src/components/page/tool/trace.vue | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/nezha-fronted/src/components/common/table/alert/alertRuleTable.vue b/nezha-fronted/src/components/common/table/alert/alertRuleTable.vue index 59666a275..4f0300d20 100644 --- a/nezha-fronted/src/components/common/table/alert/alertRuleTable.vue +++ b/nezha-fronted/src/components/common/table/alert/alertRuleTable.vue @@ -259,13 +259,13 @@ export default { minWidth: 200, show: true }, { - label: this.$t('alert.alert'), + label: this.$t('overall.alert'), prop: 'alertNum', show: true, width: 120, sortable: 'custom' }, { - label: this.$t('alert.receiver'), + label: this.$t('dashboard.panel.receivers'), prop: 'receivers', show: false, minWidth: 100 diff --git a/nezha-fronted/src/components/common/table/alert/alertSilenceTable.vue b/nezha-fronted/src/components/common/table/alert/alertSilenceTable.vue index d650e63df..9376ba69c 100644 --- a/nezha-fronted/src/components/common/table/alert/alertSilenceTable.vue +++ b/nezha-fronted/src/components/common/table/alert/alertSilenceTable.vue @@ -265,7 +265,7 @@ export default { width: 300 }, { - label: this.$t('alert.alert'), + label: this.$t('overall.alert'), prop: 'alertNum', show: false, width: 120, diff --git a/nezha-fronted/src/components/common/table/settings/mibTable.vue b/nezha-fronted/src/components/common/table/settings/mibTable.vue index b2170274e..5c95ab0fb 100644 --- a/nezha-fronted/src/components/common/table/settings/mibTable.vue +++ b/nezha-fronted/src/components/common/table/settings/mibTable.vue @@ -160,7 +160,7 @@ export default { show: true, minWidth: 100 }, { - label: this.$t('asset.model'), + label: this.$t('overall.models'), prop: 'modelsDetail', show: true }, { diff --git a/nezha-fronted/src/components/page/tool/ping.vue b/nezha-fronted/src/components/page/tool/ping.vue index 0cac8f410..f145e356e 100644 --- a/nezha-fronted/src/components/page/tool/ping.vue +++ b/nezha-fronted/src/components/page/tool/ping.vue @@ -126,7 +126,7 @@ --> Ping - Ping {{$t('config.terminallog.cmd.cmd')}} + Ping {{$t('tools.cmd')}} diff --git a/nezha-fronted/src/components/page/tool/trace.vue b/nezha-fronted/src/components/page/tool/trace.vue index a797e9cb1..3b2d03ca4 100644 --- a/nezha-fronted/src/components/page/tool/trace.vue +++ b/nezha-fronted/src/components/page/tool/trace.vue @@ -114,11 +114,11 @@ - {{$t('overall.placeHolder')}}IP + {{$t('overall.placeHolder')}} IP Trace - Trace {{$t('config.terminallog.cmd.cmd')}} + Trace {{$t('tools.cmd')}}
Ping {{$t('config.terminallog.cmd.cmd')}}
Ping {{$t('tools.cmd')}}
{{$t('overall.placeHolder')}}IP
{{$t('overall.placeHolder')}} IP
Trace {{$t('config.terminallog.cmd.cmd')}}
Trace {{$t('tools.cmd')}}