From 769a8c7720eea81b1be02c9ad349524daea78ee7 Mon Sep 17 00:00:00 2001
From: liyong <18434998025@163.com>
Date: 星期三, 04 三月 2026 17:00:45 +0800
Subject: [PATCH] feat(inventory): 发货台账添加产品名称和规格型号

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

diff --git a/src/views/productionManagement/productionProcess/index.vue b/src/views/productionManagement/productionProcess/index.vue
index 67430cb..f8521c6 100644
--- a/src/views/productionManagement/productionProcess/index.vue
+++ b/src/views/productionManagement/productionProcess/index.vue
@@ -98,10 +98,16 @@
       label: "宸ュ簭鍚嶇О",
       prop: "name",
     },
-
+    // {
+    //   label: "宸ヨ祫瀹氶",
+    //   prop: "salaryQuota",
+    // },
     {
-      label: "宸ヨ祫瀹氶",
-      prop: "salaryQuota",
+      label: "鏄惁璐ㄦ",
+      prop: "isQuality",
+      formatData: (params) => {
+        return params ? "鏄�" : "鍚�";
+      },
     },
     {
       label: "澶囨敞",

--
Gitblit v1.9.3