From 0381ff0e11aed722ba53c1dc4f356dcffa579489 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Tue, 24 Dec 2024 13:16:03 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E5=9B=BE=E8=A1=A8):=20=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E8=B7=B3=E8=BD=AC=E8=81=94=E5=8A=A8=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=20#14186?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/visualization/LinkJumpSet.vue | 25 ++++++++++++++++--- .../editor/editor-style/ChartStyle.vue | 21 ---------------- 2 files changed, 22 insertions(+), 24 deletions(-) diff --git a/core/core-frontend/src/components/visualization/LinkJumpSet.vue b/core/core-frontend/src/components/visualization/LinkJumpSet.vue index 5088357a80..aab47beba8 100644 --- a/core/core-frontend/src/components/visualization/LinkJumpSet.vue +++ b/core/core-frontend/src/components/visualization/LinkJumpSet.vue @@ -225,7 +225,13 @@ -
+
- {{ t('visualization.add_jump_field') }} + {{ t('visualization.add_jump_field') }} 1
@@ -384,7 +390,13 @@ {{ t('visualization.link_outer_params') }} -
+
, required: true @@ -139,14 +135,6 @@ const positionComponentShow = computed(() => { return !batchOptStatus.value && dvInfo.value.type !== 'dashboard' }) -const eventsShow = computed(() => { - return ( - !batchOptStatus.value && - ['indicator', 'rich-text'].includes(chart.value.type) && - props.eventInfo - ) -}) - const showProperties = (property: EditorProperty) => properties.value?.includes(property) const onMiscChange = (val, prop) => { @@ -379,15 +367,6 @@ watch( @onMiscChange="onMiscChange" /> - - - -