From ba516c7e1e809c4819e6283740626b90f3e3b993 Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期四, 16 四月 2026 11:08:04 +0800
Subject: [PATCH] 部件编号

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

diff --git a/src/views/productionManagement/productionProcess/index.vue b/src/views/productionManagement/productionProcess/index.vue
index 5d95b19..ebc50a4 100644
--- a/src/views/productionManagement/productionProcess/index.vue
+++ b/src/views/productionManagement/productionProcess/index.vue
@@ -179,7 +179,7 @@
         tableLoading.value = false;
         tableData.value = res.data.records.map(item => ({
           ...item,
-          typeText: item.type !== undefined && item.type !== null ? (item.type === 0 ? "璁℃椂" : "璁′欢") : "",
+          typeText: item.type !== undefined && item.type !== null ? (item.type === 1 ? "鍔犲伐" : item.type === 2 ? "鍒澘鍐疯姱鍒朵綔" : item.type === 3 ? "绠¤矾缁勫" : item.type === 4 ? "缃愪綋杩炴帴鍙婅皟璇�" : item.type === 5 ? "娴嬭瘯鎵撳帇" : "鍏朵粬") : "",
         }));
         page.total = res.data.total;
       })

--
Gitblit v1.9.3