From 4849924437197fdee2b2b44fb6bcf7add332774e Mon Sep 17 00:00:00 2001 From: wisonic Date: Thu, 6 Nov 2025 14:33:13 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=9B=BE=E8=A1=A8):=20=E8=A1=A8=E6=A0=BC?= =?UTF-8?q?=E6=9D=A1=E4=BB=B6=E6=A0=B7=E5=BC=8F=E6=8C=87=E6=A0=87=E5=92=8C?= =?UTF-8?q?=E6=97=A5=E6=9C=9F=E5=AD=97=E6=AE=B5=E6=94=AF=E6=8C=81=E7=A9=BA?= =?UTF-8?q?=E5=80=BC=E5=88=A4=E6=96=AD=20#17193?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/dialog/TableThresholdEdit.vue | 28 ++++++++++++++++++- .../js/panel/common/common_table.ts | 26 ++++++++++++++++- 2 files changed, 52 insertions(+), 2 deletions(-) diff --git a/core/core-frontend/src/views/chart/components/editor/editor-senior/components/dialog/TableThresholdEdit.vue b/core/core-frontend/src/views/chart/components/editor/editor-senior/components/dialog/TableThresholdEdit.vue index 0afb6eb5f0..63125c9ad6 100644 --- a/core/core-frontend/src/views/chart/components/editor/editor-senior/components/dialog/TableThresholdEdit.vue +++ b/core/core-frontend/src/views/chart/components/editor/editor-senior/components/dialog/TableThresholdEdit.vue @@ -117,6 +117,19 @@ const dateOptions = [ label: t('chart.filter_ge') } ] + }, + { + label: '', + options: [ + { + value: 'null', + label: t('chart.filter_null') + }, + { + value: 'not_null', + label: t('chart.filter_not_null') + } + ] } ] const valueOptions = [ @@ -167,6 +180,19 @@ const valueOptions = [ label: t('chart.filter_between') } ] + }, + { + label: '', + options: [ + { + value: 'null', + label: t('chart.filter_null') + }, + { + value: 'not_null', + label: t('chart.filter_not_null') + } + ] } ] const predefineColors = COLOR_PANEL @@ -447,7 +473,7 @@ init() class="line-item" :gutter="12" > - +