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
commit e118e182ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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