且增加模糊筛选(输入首字段,跳出相关选项,供选择)

This commit is contained in:
yanyizhou
2021-11-21 16:05:24 +08:00
parent b1285e5163
commit 99e7c9774d
2 changed files with 3 additions and 1 deletions
@@ -12,6 +12,7 @@
:placeholder="placeholder"
:disabled="disabled"
clearable
filterable
@change="handleChange"
>
<el-option
@@ -659,7 +659,8 @@
:disabled="formdisableflag"
></custom-textarea>
</template>
<template v-else-if="field.attrType === 'SEL_OPTION'">
<!-- 起草单位-->
<template v-else-if="field.attrType === 'SEL_OPTION' || field.attrType === 'SEL_OPTS' ">
<template>
<custom-select
:key="field.attrField"