Skip to content

Commit 8d9f6e7

Browse files
suktecbuild-admin
authored andcommitted
refactor:当表格公共搜索字段渲染为 tag 且操作为 in 时,支持多选 !162
1 parent 2afc1d7 commit 8d9f6e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/src/components/table/comSearch/index.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@
103103
(item.render == 'tag' || item.render == 'tags' || item.comSearchRender == 'select') && item.replaceValue
104104
"
105105
v-model="baTable.comSearch.form[item.prop!]"
106+
:multiple="item.operator == 'IN' || item.operator == 'NOT IN'"
106107
:clearable="true"
107108
>
108109
<el-option v-for="(opt, okey) in item.replaceValue" :key="item.prop! + okey" :label="opt" :value="okey" />

0 commit comments

Comments
 (0)