From 79ba105fc2452a1c5ff6d4c496bb689d7d80bd72 Mon Sep 17 00:00:00 2001
From: zhang_nuo <zhang_12370@163.com>
Date: 星期二, 25 八月 2026 17:36:37 +0800
Subject: [PATCH] feat[reportManagement]: 移除半成品相关展示模块

---
 src/views/productionManagement/processRoute/index.vue |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/src/views/productionManagement/processRoute/index.vue b/src/views/productionManagement/processRoute/index.vue
index edbc491..e722cc5 100644
--- a/src/views/productionManagement/processRoute/index.vue
+++ b/src/views/productionManagement/processRoute/index.vue
@@ -92,10 +92,10 @@
       label: "BOM缂栧彿",
       prop: "bomNo",
     },
-    {
-      label: "鎻忚堪",
-      prop: "description",
-    },
+    // {
+    //   label: "鎻忚堪",
+    //   prop: "description",
+    // },
     {
       dataType: "action",
       label: "鎿嶄綔",
@@ -117,13 +117,13 @@
             showItemModal(row);
           },
         },
-        // {
-        //   name: "闄勪欢",
-        //   type: "text",
-        //   clickFun: row => {
-        //     openFileDialog(row);
-        //   },
-        // },
+        {
+          name: "闄勪欢",
+          type: "text",
+          clickFun: row => {
+            openFileDialog(row);
+          },
+        },
       ],
     },
   ]);

--
Gitblit v1.9.3