Skip to content

Commit 2626f92

Browse files
committed
fix: bug fix
1 parent 6a8fa35 commit 2626f92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/views/system/permission/auth-tree/FilterFiled.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ const emits = defineEmits(['update:item', 'del'])
153153
</el-option>
154154
</el-select>
155155
<el-select
156-
v-if="['null', 'empty'].includes(item.term)"
156+
v-if="['null', 'not_null', 'empty', 'not_empty'].includes(item.term)"
157157
v-model="item.term"
158158
style="max-width: 280px; margin-left: 8px"
159159
:placeholder="t('datasource.Please_select')"

0 commit comments

Comments
 (0)