From 4bca9dd2a51a3564a59e7cf8e0d36ba54ad140ce Mon Sep 17 00:00:00 2001
From: liding <756868258@qq.com>
Date: 星期三, 25 三月 2026 14:31:00 +0800
Subject: [PATCH] feat:1.生产报工增加工序绑定的设备选择展示 2.报工生产参数添加

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

diff --git a/src/views/productionManagement/productionProcess/index.vue b/src/views/productionManagement/productionProcess/index.vue
index 5bf92e4..a2d5572 100644
--- a/src/views/productionManagement/productionProcess/index.vue
+++ b/src/views/productionManagement/productionProcess/index.vue
@@ -223,7 +223,7 @@
       width: 350,
       operation: [
         {
-          name: "鏌ョ湅",
+          name: "鐢熶骇鍙傛暟",
           type: "text",
           clickFun: row => {
             showProcessParamModal(row);
@@ -293,6 +293,7 @@
 
   // 璁惧鍒楄〃鍒楅厤缃�
   const deviceColumns = ref([
+    { label: "璁惧缂栧彿", prop: "deviceCode" },
     { label: "璁惧鍚嶇О", prop: "deviceName" },
     { label: "瑙勬牸鍨嬪彿", prop: "deviceModel" },
     { label: "璁惧鍝佺墝", prop: "deviceBrand" },
@@ -318,6 +319,7 @@
 
   // 鍙�夎澶囧垪琛ㄥ垪閰嶇疆
   const selectDeviceColumns = ref([
+    { label: "璁惧缂栧彿", prop: "deviceCode" },
     { label: "璁惧鍚嶇О", prop: "deviceName" },
     { label: "瑙勬牸鍨嬪彿", prop: "deviceModel" },
     { label: "璁惧鍝佺墝", prop: "deviceBrand" },

--
Gitblit v1.9.3