From aaf2e90e8f2967dde6f3bd5351523234881e2c98 Mon Sep 17 00:00:00 2001
From: ZN <zhang_12370@163.com>
Date: 星期二, 03 三月 2026 14:57:36 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/dev_KTHG' into dev_KTHG

---
 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