Merge pull request #8507 from dataease/pr@dev_hide

fix(过滤组件): 隐藏空数据
This commit is contained in:
dataeaseShu 2024-03-14 12:02:51 +08:00 committed by GitHub
commit 8a696bcb5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -69,12 +69,6 @@
<el-col :span="16">
<div class="filter-options-right">
<span v-if="widget.name && ['textSelectWidget', 'textSelectGridWidget'].includes(widget.name)" style="padding-right: 10px;">
<el-checkbox
v-model="attrs.showEmpty"
>{{ $t('panel.show_empty') }}
</el-checkbox>
</span>
<span style="padding-right: 10px;">
<el-checkbox