From 960eba0574dc3c34f0722fff368aa7c8a70d9f32 Mon Sep 17 00:00:00 2001
From: liding <756868258@qq.com>
Date: 星期一, 25 五月 2026 13:23:54 +0800
Subject: [PATCH] fix:报工投入调整

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

diff --git a/src/views/productionManagement/productionRecords/index.vue b/src/views/productionManagement/productionRecords/index.vue
index a2536fe..3468aaa 100644
--- a/src/views/productionManagement/productionRecords/index.vue
+++ b/src/views/productionManagement/productionRecords/index.vue
@@ -83,10 +83,10 @@
 const { proxy } = getCurrentInstance();
 const { parameter_tyep } = proxy.useDict("parameter_tyep");
 
-/** 绯荤粺鍐呯疆鍙傛暟銆屾姇鍏ラ噸閲�/鏁伴噺銆嶏紝涓嶅彲缂栬緫銆佸垹闄わ紙鍏煎鏃у悕銆屾姇鍏ラ噸閲忋�嶏級 */
+/** 绯荤粺鍐呯疆鍙傛暟銆屾姇鍏ラ噸閲�/鏁伴噺銆嶏紝涓嶅彲缂栬緫銆佸垹闄� */
 const isLockedParam = (row) => {
   const name = String(row?.parameterItem ?? "").trim();
-  return name === "鎶曞叆閲嶉噺/鏁伴噺" || name === "鎶曞叆閲嶉噺";
+  return name === "鎶曞叆閲嶉噺/鏁伴噺";
 };
 
 const tableColumn = ref([

--
Gitblit v1.9.3