From 1eff6fe0753bfd7c0ac6d107bf9ce2221ebb478c Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 06 八月 2026 09:30:08 +0800
Subject: [PATCH] 新疆_马铃薯 1.人员选择下拉框添加筛选功能

---
 src/views/productionManagement/productionReporting/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/productionManagement/productionReporting/index.vue b/src/views/productionManagement/productionReporting/index.vue
index c671ea7..d3f1357 100644
--- a/src/views/productionManagement/productionReporting/index.vue
+++ b/src/views/productionManagement/productionReporting/index.vue
@@ -74,7 +74,7 @@
                              prop="schedulingUserId"
                              width="400">
               <template #default="scope">
-                <el-select v-model="scope.row.schedulingUserId"
+                <el-select filterable v-model="scope.row.schedulingUserId"
                            placeholder="閫夋嫨浜哄憳"
                            :disabled="!scope.row.editType"
                            style="width: 100%;">

--
Gitblit v1.9.3