mirror of
https://gitee.com/wonderful-code/buildadmin
synced 2024-11-21 14:41:29 +00:00
refactor:当表格公共搜索字段渲染为 tag 且操作为 in 时,支持多选 !162
This commit is contained in:
parent
2afc1d7ebf
commit
8d9f6e79d5
@ -103,6 +103,7 @@
|
||||
(item.render == 'tag' || item.render == 'tags' || item.comSearchRender == 'select') && item.replaceValue
|
||||
"
|
||||
v-model="baTable.comSearch.form[item.prop!]"
|
||||
:multiple="item.operator == 'IN' || item.operator == 'NOT IN'"
|
||||
:clearable="true"
|
||||
>
|
||||
<el-option v-for="(opt, okey) in item.replaceValue" :key="item.prop! + okey" :label="opt" :value="okey" />
|
||||
|
Loading…
Reference in New Issue
Block a user