From 8a4e96f11329efda507799260b6b95ae9860df5f Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期三, 21 一月 2026 10:09:30 +0800
Subject: [PATCH] 浪潮对接单点登录:质量检测管理系统

---
 src/views/qualityManagement/rawMaterialInspection/index.vue |   42 +++++++++++++++++++++---------------------
 1 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/src/views/qualityManagement/rawMaterialInspection/index.vue b/src/views/qualityManagement/rawMaterialInspection/index.vue
index c9ea3db..6bf0500 100644
--- a/src/views/qualityManagement/rawMaterialInspection/index.vue
+++ b/src/views/qualityManagement/rawMaterialInspection/index.vue
@@ -141,17 +141,17 @@
       }
     },
   },
-  {
-    label: "鎻愪氦鐘舵��",
-    prop: "inspectState",
-    formatData: (params) => {
-      if (params) {
-        return "宸叉彁浜�";
-      } else {
-        return "鏈彁浜�";
-      }
-    },
-  },
+  // {
+  //   label: "鎻愪氦鐘舵��",
+  //   prop: "inspectState",
+  //   formatData: (params) => {
+  //     if (params) {
+  //       return "宸叉彁浜�";
+  //     } else {
+  //       return "鏈彁浜�";
+  //     }
+  //   },
+  // },
   {
     dataType: "action",
     label: "鎿嶄綔",
@@ -176,16 +176,16 @@
           openFilesFormDia(row);
         },
       },
-      {
-        name: "鎻愪氦",
-        type: "text",
-        clickFun: (row) => {
-          submit(row.id);
-        },
-				disabled: (row) => {
-					return row.inspectState == 1;
-				}
-      },
+      // {
+      //   name: "鎻愪氦",
+      //   type: "text",
+      //   clickFun: (row) => {
+      //     submit(row.id);
+      //   },
+			// 	disabled: (row) => {
+			// 		return row.inspectState == 1;
+			// 	}
+      // },
       {
         name: "鍒嗛厤妫�楠屽憳",
         type: "text",

--
Gitblit v1.9.3