From a339dc53e1a15d61d9b428a3986b0c842d202dfe Mon Sep 17 00:00:00 2001 From: "@changcode" Date: Tue, 23 Nov 2021 15:43:01 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-1327=20fix:=20=E4=BF=AE=E5=A4=8D=E4=BA=8C?= =?UTF-8?q?=E7=BA=A7=E9=A1=B5=E9=9D=A2=20tab=20title=20=E9=BC=A0=E6=A0=87?= =?UTF-8?q?=E6=82=AC=E6=B5=AE=E6=B0=91=E5=91=BD=E9=94=99=E8=AF=AF=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/common/bottomBox/bottomBox.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nezha-fronted/src/components/common/bottomBox/bottomBox.vue b/nezha-fronted/src/components/common/bottomBox/bottomBox.vue index ffa25c6f5..0a4be1892 100644 --- a/nezha-fronted/src/components/common/bottomBox/bottomBox.vue +++ b/nezha-fronted/src/components/common/bottomBox/bottomBox.vue @@ -48,7 +48,7 @@ - + @@ -205,7 +205,7 @@ export default { endpointTabTitle: [ { prop: 'panelTab', name: this.$t('overall.detail') }, { prop: 'endpointAlertMessage', name: this.$t('overall.alert') }, - { prop: 'endpointQuery', name: 'Metrics' }, + { prop: 'Metrics', name: 'Metrics' }, { prop: 'log', name: 'Log' } ] }, @@ -255,7 +255,7 @@ export default { const tabs = [ { prop: 'panelTab', name: this.$t('overall.detail') }, { prop: 'endpointAlertMessage', name: this.$t('overall.alert') }, - { prop: 'endpointQuery', name: 'Metrics' } + { prop: 'Metrics', name: 'Metrics' } ] if (hasLog) { tabs.push({ prop: 'log', name: 'Log' })