From 57372bd7a8cdb54ce043453a52e4ab7862d09fa7 Mon Sep 17 00:00:00 2001 From: nanasikeai Date: Thu, 20 Feb 2025 14:43:16 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=AD=97=E6=AE=B5=E6=98=A0=E5=B0=84?= =?UTF-8?q?=E4=B8=BA=E5=B8=B8=E9=87=8F=EF=BC=8C=E9=A2=84=E8=A7=88=E8=BF=99?= =?UTF-8?q?=E9=87=8C=E6=B2=A1=E6=9C=89=E6=B8=B2=E6=9F=93=E6=88=90=E5=8A=9F?= =?UTF-8?q?=20--bug=3D138312067?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/preview/components/link-event.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/src/views/strategy-manage/strategy-create/components/preview/components/link-event.vue b/src/frontend/src/views/strategy-manage/strategy-create/components/preview/components/link-event.vue index 6587a440..b9282f58 100644 --- a/src/frontend/src/views/strategy-manage/strategy-create/components/preview/components/link-event.vue +++ b/src/frontend/src/views/strategy-manage/strategy-create/components/preview/components/link-event.vue @@ -51,7 +51,7 @@ :description="subItem.description" :label="subItem.display_name" :label-width="labelWidth"> - {{ t('以实际内容为准') }} + {{ subItem.map_config?.target_value || t('以实际内容为准') }}