From 410121fd233e87cd97e57c14312764374a5f9e3f Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期三, 03 六月 2026 14:23:48 +0800
Subject: [PATCH] 生产报工,报工人员筛选班组
---
src/views/productionManagement/productionReporting/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/productionManagement/productionReporting/index.vue b/src/views/productionManagement/productionReporting/index.vue
index 6585237..2055185 100644
--- a/src/views/productionManagement/productionReporting/index.vue
+++ b/src/views/productionManagement/productionReporting/index.vue
@@ -4,7 +4,7 @@
<el-form :model="searchForm"
:inline="true">
<el-form-item label="鎶ュ伐浜哄憳鍚嶇О:">
- <el-input v-model="searchForm.nickName"
+ <el-input v-model="searchForm.teamNames"
placeholder="璇疯緭鍏�"
clearable
prefix-icon="Search"
@@ -194,7 +194,7 @@
const data = reactive({
searchForm: {
- nickName: "",
+ teamNames: "",
workOrderNo: "",
workOrderStatus: "",
auditStatus: "", // 瀹℃牳鐘舵��
--
Gitblit v1.9.3