From a3799cd56821ebb3b4dd42618cdf395fee2c1077 Mon Sep 17 00:00:00 2001 From: ulleo Date: Thu, 7 Sep 2023 16:42:04 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20[Echarts=E5=8A=A8=E6=80=81=E6=8E=92?= =?UTF-8?q?=E5=BA=8F=E5=9B=BE]=20=E9=9A=90=E8=97=8F=E2=80=9C=E8=81=94?= =?UTF-8?q?=E5=8A=A8=E8=AE=BE=E7=BD=AE/=E8=B7=B3=E8=BD=AC=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E2=80=9D=E5=85=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../canvas/components/editor/SettingMenu.vue | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/core/frontend/src/components/canvas/components/editor/SettingMenu.vue b/core/frontend/src/components/canvas/components/editor/SettingMenu.vue index 797dcb83e8..7b06044173 100644 --- a/core/frontend/src/components/canvas/components/editor/SettingMenu.vue +++ b/core/frontend/src/components/canvas/components/editor/SettingMenu.vue @@ -5,7 +5,7 @@ trigger="click" @mouseup="handleMouseUp" > - + {{ $t('panel.copy') }} (+ D Control + D) + >{{ $t('panel.copy') }} (+ D Control + D) - {{ $t('panel.level') }} + {{ $t('panel.level') }} {{ $t('panel.hyperlinks') }} + >{{ $t('panel.hyperlinks') }} - + {{ $t('panel.position_adjust') }} @@ -180,7 +179,7 @@ import TabCarouselDialog from '@/components/canvas/components/editor/TabCarousel import CustomTabsSort from '@/components/widget/deWidget/CustomTabsSort' export default { - components: { CustomTabsSort, HyperlinksDialog,TabCarouselDialog }, + components: { CustomTabsSort, HyperlinksDialog, TabCarouselDialog }, data() { return { tabCarouselVisible: false, @@ -193,7 +192,8 @@ export default { 'text', 'label', 'flow-map', - 'bidirectional-bar' + 'bidirectional-bar', + 'race-bar' ], linkageExcludeViewType: [ 'richTextView', @@ -202,7 +202,8 @@ export default { 'text', 'label', 'flow-map', - 'bidirectional-bar' + 'bidirectional-bar', + 'race-bar' ], copyData: null, hyperlinksSetVisible: false,