更新分析筛选选择搜索框bug
This commit is contained in:
@@ -62,6 +62,7 @@
|
|||||||
:mode="item.answerType=='select'?'multiple':'combobox'"
|
:mode="item.answerType=='select'?'multiple':'combobox'"
|
||||||
:maxTagCount="maxTagCount"
|
:maxTagCount="maxTagCount"
|
||||||
:maxTagTextLength="8"
|
:maxTagTextLength="8"
|
||||||
|
optionFilterProp="label"
|
||||||
class="lineSelect custom-select"
|
class="lineSelect custom-select"
|
||||||
v-model:value="item.asVal"
|
v-model:value="item.asVal"
|
||||||
:options="item.answer"
|
:options="item.answer"
|
||||||
|
|||||||
Reference in New Issue
Block a user