From ed36047f6ce0b91dad25efc10c8a0e83dd533a68 Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期五, 20 三月 2026 17:15:37 +0800
Subject: [PATCH] change

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

diff --git a/src/views/productionManagement/processRoute/index.vue b/src/views/productionManagement/processRoute/index.vue
index 628c5e3..f907915 100644
--- a/src/views/productionManagement/processRoute/index.vue
+++ b/src/views/productionManagement/processRoute/index.vue
@@ -93,6 +93,8 @@
     {
       label: "宸ヨ壓璺嚎缂栧彿",
       prop: "processRouteCode",
+      width: "200px",
+      className: "status-cell",
     },
     {
       label: "鐘舵��",
@@ -117,6 +119,7 @@
     {
       label: "浜у搧绫诲瀷",
       prop: "dictLabel",
+      dataType: "tag",
     },
     {
       label: "BOM缂栧彿",
@@ -240,6 +243,7 @@
         model: row.model || "",
         bomNo: row.bomNo || "",
         dictLabel: row.dictLabel || "",
+        orderId: row.id || "",
         bomId: row.bomId || null,
         description: row.description || "",
         type: "route",
@@ -320,3 +324,11 @@
 </script>
 
 <style scoped></style>
+<style lang="scss">
+  .status-cell {
+    font-weight: 600;
+    color: #409eff;
+    font-family: "Courier New", monospace;
+    text-shadow: 0 1px 2px rgba(64, 158, 255, 0.2);
+  }
+</style>
\ No newline at end of file

--
Gitblit v1.9.3