From 9f9e2afa3a8ad8fccb9bc804516e07b5c7772039 Mon Sep 17 00:00:00 2001
From: buhuazhen <hua100783@gmail.com>
Date: 星期三, 20 五月 2026 18:40:11 +0800
Subject: [PATCH] feat 调整信息

---
 src/views/productionManagement/productionReporting/index.vue |   62 +++++++++++++++---------------
 1 files changed, 31 insertions(+), 31 deletions(-)

diff --git a/src/views/productionManagement/productionReporting/index.vue b/src/views/productionManagement/productionReporting/index.vue
index bd93574..46a4a8a 100644
--- a/src/views/productionManagement/productionReporting/index.vue
+++ b/src/views/productionManagement/productionReporting/index.vue
@@ -250,30 +250,30 @@
       prop: "deviceName",
       width: 120,
     },
-    {
-      label: "瀹℃牳浜�",
-      prop: "auditUserName",
-      width: 120,
-    },
-     {
-      label: "瀹℃牳鐘舵��",
-      prop: "auditStatus",
-      width: 120,
-      dataType: "tag",
-      formatData: val => {
-        const statusMap = { 0: "鏈鏍�", 1: "閫氳繃", 2: "涓嶉�氳繃" };
-        return statusMap[val] ?? "鏈煡";
-      },
-      formatType: val => {
-        const typeMap = { 0: "info", 1: "success", 2: "danger" };
-        return typeMap[val] ?? "";
-      },
-    },
-    {
-      label: "鏈�缁堝鏍镐汉",
-      prop: "sureAuditUserName",
-      width: 120,
-    },
+    // {
+    //   label: "瀹℃牳浜�",
+    //   prop: "auditUserName",
+    //   width: 120,
+    // },
+    //  {
+    //   label: "瀹℃牳鐘舵��",
+    //   prop: "auditStatus",
+    //   width: 120,
+    //   dataType: "tag",
+    //   formatData: val => {
+    //     const statusMap = { 0: "鏈鏍�", 1: "閫氳繃", 2: "涓嶉�氳繃" };
+    //     return statusMap[val] ?? "鏈煡";
+    //   },
+    //   formatType: val => {
+    //     const typeMap = { 0: "info", 1: "success", 2: "danger" };
+    //     return typeMap[val] ?? "";
+    //   },
+    // },
+    // {
+    //   label: "鏈�缁堝鏍镐汉",
+    //   prop: "sureAuditUserName",
+    //   width: 120,
+    // },
     {
       label: "浜у搧鍚嶇О",
       prop: "productName",
@@ -330,13 +330,13 @@
             deleteReport(row);
           },
         },
-        {
-          name:"瀹℃牳",
-          clickFun: row => {
-            handleAudit(row);
-          },
-          disabled: row => !(Number(row?.auditStatus) === 0 && (Number(row?.auditUserId) === -1 || Number(row?.auditUserId) === Number(userStore.id)))
-        },
+        // {
+        //   name:"瀹℃牳",
+        //   clickFun: row => {
+        //     handleAudit(row);
+        //   },
+        //   disabled: row => !(Number(row?.auditStatus) === 0 && (Number(row?.auditUserId) === -1 || Number(row?.auditUserId) === Number(userStore.id)))
+        // },
       ],
     },
   ]);

--
Gitblit v1.9.3