From 428ffc413a5c0596d2073b829023ef3a96f5bdb1 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期一, 18 五月 2026 14:45:07 +0800
Subject: [PATCH] fix: 电压分选档位数量限制

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

diff --git a/src/views/qualityManagement/processInspection/index.vue b/src/views/qualityManagement/processInspection/index.vue
index 50ddab4..467294c 100644
--- a/src/views/qualityManagement/processInspection/index.vue
+++ b/src/views/qualityManagement/processInspection/index.vue
@@ -118,6 +118,10 @@
     prop: "model",
   },
   {
+    label: "鏂欏彿",
+    prop: "materialCode",
+  },
+  {
     label: "鍗曚綅",
     prop: "unit",
   },
@@ -136,11 +140,11 @@
     prop: "quantity",
     width: 100
   },
-  {
-    label: "妫�娴嬪崟浣�",
-    prop: "checkCompany",
-    width: 120
-  },
+  // {
+  //   label: "妫�娴嬪崟浣�",
+  //   prop: "checkCompany",
+  //   width: 120
+  // },
   {
     label: "妫�娴嬬粨鏋�",
     prop: "checkResult",

--
Gitblit v1.9.3