From 4d97b721d2e75e4c6f142992b63215d87c42a9ea Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Thu, 26 Sep 2024 09:47:54 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=B5=8C=E5=85=A5=E5=BC=8F):=20=E5=9B=BE?= =?UTF-8?q?=E8=A1=A8=E3=80=81=E4=BB=AA=E8=A1=A8=E6=9D=BF=E3=80=81=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=A4=A7=E5=B1=8F=E5=B0=86=E8=B5=84=E6=BA=90id?= =?UTF-8?q?=E6=94=BE=E5=87=BA=E6=9D=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/chart/components/editor/index.vue | 5 ++++- core/core-frontend/src/views/common/DvDetailInfo.vue | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/core/core-frontend/src/views/chart/components/editor/index.vue b/core/core-frontend/src/views/chart/components/editor/index.vue index 268cf8aa92..d6b7edc458 100644 --- a/core/core-frontend/src/views/chart/components/editor/index.vue +++ b/core/core-frontend/src/views/chart/components/editor/index.vue @@ -1770,7 +1770,10 @@ const deleteChartFieldItem = id => { > - {{ view.id }} +
图表ID
+
+ {{ view.id }} +
diff --git a/core/core-frontend/src/views/common/DvDetailInfo.vue b/core/core-frontend/src/views/common/DvDetailInfo.vue index 925215ea6e..fb2788ca51 100644 --- a/core/core-frontend/src/views/common/DvDetailInfo.vue +++ b/core/core-frontend/src/views/common/DvDetailInfo.vue @@ -1,6 +1,6 @@