From 4f4391ef7bc9d86a857c4510c705503fba6b79a8 Mon Sep 17 00:00:00 2001
From: yuan <123@>
Date: 星期六, 19 九月 2026 23:38:53 +0800
Subject: [PATCH] fix: 注释掉项目和材质字段以简化界面

---
 src/views/qualityManagement/processInspection/index.vue |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/views/qualityManagement/processInspection/index.vue b/src/views/qualityManagement/processInspection/index.vue
index bb7db62..8dc5948 100644
--- a/src/views/qualityManagement/processInspection/index.vue
+++ b/src/views/qualityManagement/processInspection/index.vue
@@ -111,11 +111,11 @@
       prop: "model",
       minWidth: 140,
     },
-    {
-      label: "鏉愯川",
-      prop: "material",
-      minWidth: 120,
-    },
+    // {
+    //   label: "鏉愯川",
+    //   prop: "material",
+    //   minWidth: 120,
+    // },
     {
       label: "鏁伴噺",
       prop: "quantity",

--
Gitblit v1.9.3