From a095154eed8b584f7f53ce0fdcde779b22cc6a18 Mon Sep 17 00:00:00 2001 From: wisonic-s Date: Tue, 1 Nov 2022 16:54:20 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E8=A7=86=E5=9B=BE):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E9=83=A8=E5=88=86=E8=A7=86=E5=9B=BE=E5=B1=9E=E6=80=A7=E6=89=B9?= =?UTF-8?q?=E9=87=8F=E6=93=8D=E4=BD=9C=E6=97=A0=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复表格序号,饼图、环形图标签内容批量操作不生效 --- frontend/src/views/chart/chart/util.js | 26 +++++++++---------- .../shape-attr/LabelSelectorAntV.vue | 4 +-- .../components/shape-attr/SizeSelector.vue | 8 +++--- .../shape-attr/SizeSelectorAntV.vue | 8 +++--- 4 files changed, 23 insertions(+), 23 deletions(-) diff --git a/frontend/src/views/chart/chart/util.js b/frontend/src/views/chart/chart/util.js index 77295df0e6..3773ba17b3 100644 --- a/frontend/src/views/chart/chart/util.js +++ b/frontend/src/views/chart/chart/util.js @@ -58,8 +58,8 @@ export const TYPE_CONFIGS = [ 'tableTitleHeight', 'tableItemHeight', 'tableColumnMode', - 'tableShowIndex', - 'tableIndexLabel' + 'showIndex', + 'indexLabel' ], 'title-selector-ant-v': [ 'show', @@ -106,8 +106,8 @@ export const TYPE_CONFIGS = [ 'tableTitleHeight', 'tableItemHeight', 'tableColumnMode', - 'tableShowIndex', - 'tableIndexLabel' + 'showIndex', + 'indexLabel' ], 'title-selector-ant-v': [ 'show', @@ -1163,8 +1163,8 @@ export const TYPE_CONFIGS = [ 'fontSize', 'color', 'position-pie', - 'label-content', - 'reserve-decimal-count' + 'labelContent', + 'reserveDecimalCount' ], 'tooltip-selector-ant-v': [ 'show', @@ -1223,8 +1223,8 @@ export const TYPE_CONFIGS = [ 'fontSize', 'color', 'position-pie', - 'label-content', - 'reserve-decimal-count' + 'labelContent', + 'reserveDecimalCount' ], 'tooltip-selector-ant-v': [ 'show', @@ -1400,7 +1400,7 @@ export const TYPE_CONFIGS = [ 'fontSize', 'color', 'position-v', - 'reserve-decimal-count' + 'reserveDecimalCount' ], 'tooltip-selector-ant-v': [ 'show', @@ -1757,8 +1757,8 @@ export const TYPE_CONFIGS = [ 'tableTitleHeight', 'tableItemHeight', 'tableColumnWidth', - 'tableShowIndex', - 'tableIndexLabel' + 'showIndex', + 'indexLabel' ], 'title-selector': [ 'show', @@ -1798,8 +1798,8 @@ export const TYPE_CONFIGS = [ 'tableTitleHeight', 'tableItemHeight', 'tableColumnWidth', - 'tableShowIndex', - 'tableIndexLabel' + 'showIndex', + 'indexLabel' ], 'title-selector': [ 'show', diff --git a/frontend/src/views/chart/components/shape-attr/LabelSelectorAntV.vue b/frontend/src/views/chart/components/shape-attr/LabelSelectorAntV.vue index b67e740662..f98dea4544 100644 --- a/frontend/src/views/chart/components/shape-attr/LabelSelectorAntV.vue +++ b/frontend/src/views/chart/components/shape-attr/LabelSelectorAntV.vue @@ -19,7 +19,7 @@
@@ -123,7 +123,7 @@ diff --git a/frontend/src/views/chart/components/shape-attr/SizeSelector.vue b/frontend/src/views/chart/components/shape-attr/SizeSelector.vue index 826db2e9fa..810a25c0ea 100644 --- a/frontend/src/views/chart/components/shape-attr/SizeSelector.vue +++ b/frontend/src/views/chart/components/shape-attr/SizeSelector.vue @@ -370,7 +370,7 @@ /> {{ $t('panel.yes') }} {{ $t('panel.no') }} diff --git a/frontend/src/views/chart/components/shape-attr/SizeSelectorAntV.vue b/frontend/src/views/chart/components/shape-attr/SizeSelectorAntV.vue index ae59364f8f..7ec7f704f5 100644 --- a/frontend/src/views/chart/components/shape-attr/SizeSelectorAntV.vue +++ b/frontend/src/views/chart/components/shape-attr/SizeSelectorAntV.vue @@ -359,7 +359,7 @@ /> {{ $t('panel.yes') }} {{ $t('panel.no') }}