mirror of
https://github.com/dataease/dataease.git
synced 2026-06-12 16:31:11 +08:00
fix(过滤组件): 隐藏空数据
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user