Merge pull request #6249 from dataease/pr@dev@feat_filter

feat: 过滤器时间和数值支持过滤为空项
This commit is contained in:
Junjun
2023-10-10 14:34:23 +08:00
committed by GitHub

View File

@@ -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')
}]