From ad440c4aac8a047a87eb12fe41f14729675b963b Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Sun, 19 Jan 2025 18:12:14 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=9B=BE=E8=A1=A8):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=9B=BE=E8=A1=A8=E6=A0=B7=E5=BC=8F=E4=B8=AD=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E7=9A=84=E6=A0=87=E9=A2=98=EF=BC=8C=E5=9B=BE=E5=B1=82=E5=90=8D?= =?UTF-8?q?=E7=A7=B0=E6=B2=A1=E6=9C=89=E5=90=8C=E6=AD=A5=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../core-frontend/src/views/chart/components/editor/index.vue | 4 ++-- 1 file changed, 2 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 95163a53d0..cafa353e22 100644 --- a/core/core-frontend/src/views/chart/components/editor/index.vue +++ b/core/core-frontend/src/views/chart/components/editor/index.vue @@ -1139,8 +1139,8 @@ const onChangeMiscStyleForm = val => { const onTextChange = val => { view.value.customStyle.text = val if (curComponent.value) { - curComponent.value.name = val - curComponent.value.title = value + curComponent.value.name = view.value.title + curComponent.value.title = view.value.title } if (mobileInPc.value) { //移动端设计