feat: 过滤器时间和数值支持过滤为空项

This commit is contained in:
junjun 2023-10-10 14:31:42 +08:00
parent 68dcf43dd8
commit de628cad99

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