From a1caffa4f4b84508b1b8956aadda12d81ad1af4f Mon Sep 17 00:00:00 2001 From: zhangyu Date: Tue, 9 Nov 2021 16:14:31 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-1210=20fix:=20module=20endpoint=20=E7=9A=84?= =?UTF-8?q?=E4=B8=AD=E6=96=87=E8=BD=AC=E5=8C=96=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/common/rightBox/editEndpointBoxNew.vue | 6 +++--- nezha-fronted/src/components/common/rightBox/moduleBox.vue | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/nezha-fronted/src/components/common/rightBox/editEndpointBoxNew.vue b/nezha-fronted/src/components/common/rightBox/editEndpointBoxNew.vue index 6f49eb863..ab8f99ba5 100644 --- a/nezha-fronted/src/components/common/rightBox/editEndpointBoxNew.vue +++ b/nezha-fronted/src/components/common/rightBox/editEndpointBoxNew.vue @@ -204,7 +204,7 @@ @@ -241,7 +241,7 @@
- {{'item' + index}} + {{$t('project.endpoint.item') + index}} @@ -264,7 +264,7 @@ :maxlength="32" ref="relabelTag" tabindex="9999" - :placeholder="'add parameter'" + :placeholder="$t('overall.addParameter')" :tags="item.source_labels" @before-adding-tag="beforeAddingTag" @blur="relabelTabBlur" diff --git a/nezha-fronted/src/components/common/rightBox/moduleBox.vue b/nezha-fronted/src/components/common/rightBox/moduleBox.vue index 7f8d11d7e..e5c836193 100644 --- a/nezha-fronted/src/components/common/rightBox/moduleBox.vue +++ b/nezha-fronted/src/components/common/rightBox/moduleBox.vue @@ -185,7 +185,7 @@ @@ -222,7 +222,7 @@
- {{'item' + index}} + {{$t('project.endpoint.item') + index}} @@ -245,7 +245,7 @@ :maxlength="32" ref="relabelTag" tabindex="9999" - :placeholder="'add parameter'" + :placeholder="$t('overall.addParameter')" :tags="item.source_labels" @before-adding-tag="beforeAddingTag" @blur="relabelTabBlur"