From c8bd3a7a2ca23b13a8f441b0fcd818207339f409 Mon Sep 17 00:00:00 2001 From: jianneng-fit2cloud Date: Fri, 27 Sep 2024 14:10:57 +0800 Subject: [PATCH] =?UTF-8?q?style(=E5=9B=BE=E8=A1=A8):=20=E5=8F=96=E6=B6=88?= =?UTF-8?q?=E6=8C=87=E6=A0=87=E5=8D=A1=E3=80=81=E6=B0=B4=E6=B3=A2=E5=9B=BE?= =?UTF-8?q?=E3=80=81=E4=BB=AA=E8=A1=A8=E7=9B=98=E7=9A=84=E6=8C=87=E6=A0=87?= =?UTF-8?q?=E6=8E=92=E5=BA=8F=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/editor/drag-item/QuotaItem.vue | 57 +------------------ 1 file changed, 3 insertions(+), 54 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 5a1e9bb751..02177f6264 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 @@ -373,57 +373,6 @@ onMounted(() => { class="drop-style" :class="themes === 'dark' ? 'dark-dimension-quota' : ''" > - { props.type !== 'extLabel' && props.type !== 'extTooltip' && props.type !== 'extBubble' && - !chart.type.includes('chart-mix') + !['chart-mix', 'indicator', 'liquid', 'gauge'].includes(chart.type) " :divided="chart.type !== 'table-info'" > @@ -766,7 +715,7 @@ onMounted(() => { :command="beforeClickItem('filter')" :divided="chart.type.includes('chart-mix')" > - {{ t('chart.filter') }}... + {{ t('chart.filter') }} { :command="beforeClickItem('formatter')" > - {{ t('chart.value_formatter') }}... + {{ t('chart.value_formatter') }}