全局下拉框添加filterable属性

This commit is contained in:
guanj
2026-07-15 09:21:35 +08:00
parent 04c5eb7185
commit dc3b3cfc74
166 changed files with 8767 additions and 8649 deletions

View File

@@ -22,7 +22,7 @@
></el-input>
</el-form-item>
<el-form-item label="监督类型:" prop="supvType">
<el-select v-model="form.supvType" placeholder="请选择监督类型" style="width: 100%" @change="++key">
<el-select v-model="form.supvType" placeholder="请选择监督类型" style="width: 100%" @change="++key" filterable>
<el-option
v-for="item in supvTypeOptionList"
:key="item.id"