From c8b8f15d47678e1931c640aa7802f5476c1c667f Mon Sep 17 00:00:00 2001 From: ulleo Date: Thu, 3 Apr 2025 15:57:11 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=9B=BE=E8=A1=A8):=20=E5=8E=BB=E9=99=A4?= =?UTF-8?q?=E7=BB=84=E5=90=88=E5=9B=BE=E7=9A=84=E6=8C=87=E6=A0=87=E6=8E=92?= =?UTF-8?q?=E5=BA=8F=E9=80=89=E9=A1=B9=20#15440?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/chart/components/editor/drag-item/QuotaItem.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/core/core-frontend/src/views/chart/components/editor/drag-item/QuotaItem.vue b/core/core-frontend/src/views/chart/components/editor/drag-item/QuotaItem.vue index 1e0e8c68af..ca38eb7e45 100644 --- a/core/core-frontend/src/views/chart/components/editor/drag-item/QuotaItem.vue +++ b/core/core-frontend/src/views/chart/components/editor/drag-item/QuotaItem.vue @@ -320,9 +320,8 @@ const showSort = computed(() => { props.type !== 'extLabel' && props.type !== 'extTooltip' && props.type !== 'extBubble' && - !['chart-mix', 'indicator', 'liquid', 'gauge', 'word-cloud', 'stock-line'].includes( - chart.value.type - ) + !['indicator', 'liquid', 'gauge', 'word-cloud', 'stock-line'].includes(chart.value.type) && + !chart.value.type.includes('chart-mix') ) })