forked from github/dataease
Merge pull request #6249 from dataease/pr@dev@feat_filter
feat: 过滤器时间和数值支持过滤为空项
This commit is contained in:
commit
e118e182ba
@ -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')
|
||||
}]
|
||||
|
Loading…
Reference in New Issue
Block a user