且增加模糊筛选(输入首字段,跳出相关选项,供选择)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user