mirror of
https://github.com/dataease/dataease.git
synced 2026-06-13 17:14:48 +08:00
Merge pull request #6249 from dataease/pr@dev@feat_filter
feat: 过滤器时间和数值支持过滤为空项
This commit is contained in:
@@ -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')
|
||||
}]
|
||||
|
||||
Reference in New Issue
Block a user