From de628cad992d7869a072bc70b91574d952b108d8 Mon Sep 17 00:00:00 2001 From: junjun Date: Tue, 10 Oct 2023 14:31:42 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=BF=87=E6=BB=A4=E5=99=A8=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E5=92=8C=E6=95=B0=E5=80=BC=E6=94=AF=E6=8C=81=E8=BF=87?= =?UTF-8?q?=E6=BB=A4=E4=B8=BA=E7=A9=BA=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/chart/components/filter/ResultFilterEditor.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/frontend/src/views/chart/components/filter/ResultFilterEditor.vue b/core/frontend/src/views/chart/components/filter/ResultFilterEditor.vue index 21d446f52c..c4a258fc8f 100644 --- a/core/frontend/src/views/chart/components/filter/ResultFilterEditor.vue +++ b/core/frontend/src/views/chart/components/filter/ResultFilterEditor.vue @@ -198,6 +198,9 @@ export default { { label: '', options: [{ + value: 'null', + label: this.$t('chart.filter_null') + }, { value: 'not_null', label: this.$t('chart.filter_not_null') }] @@ -237,6 +240,9 @@ export default { { label: '', options: [{ + value: 'null', + label: this.$t('chart.filter_null') + }, { value: 'not_null', label: this.$t('chart.filter_not_null') }]