全局用到全量查询的下拉框 做模糊查询

This commit is contained in:
2026-08-27 14:40:16 +08:00
parent 26072ffe4e
commit 2328a6c938
10 changed files with 86 additions and 22 deletions
@@ -24,7 +24,7 @@
<el-row :gutter="16">
<el-col :span="12">
<el-form-item label="年度" prop="nd">
<el-select v-model="form.nd" placeholder="请选择年度" style="width: 100%">
<el-select v-model="form.nd" placeholder="请选择年度" filterable style="width: 100%">
<el-option v-for="y in yearOptions" :key="y" :label="`${y}年`" :value="y" />
</el-select>
</el-form-item>