From 9ca3e64f571c38aeae3f649efdfa2f5339019805 Mon Sep 17 00:00:00 2001
From: yuan <123@>
Date: 星期三, 25 三月 2026 13:39:28 +0800
Subject: [PATCH] feat(设备管理): 新增设备编号和转数字段

---
 src/views/qualityManagement/finalInspection/index.vue |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/src/views/qualityManagement/finalInspection/index.vue b/src/views/qualityManagement/finalInspection/index.vue
index 764e999..d2cf3b7 100644
--- a/src/views/qualityManagement/finalInspection/index.vue
+++ b/src/views/qualityManagement/finalInspection/index.vue
@@ -96,6 +96,11 @@
     width: 120
   },
   {
+    label: "鐢熶骇宸ュ崟鍙�",
+    prop: "workOrderNo",
+    width: 120
+  },
+  {
     label: "妫�楠屽憳",
     prop: "checkName",
   },
@@ -104,6 +109,18 @@
     prop: "productName",
   },
   {
+    label: "鎵瑰彿",
+    prop: "batchNo",
+  },
+  {
+    label: "妫�鍝佹暟閲�",
+    prop: "inspectedQuantity",
+  },
+  {
+    label: "璇锋閮ㄩ棬",
+    prop: "manufacturingTeam",
+  },
+  {
     label: "瑙勬牸鍨嬪彿",
     prop: "model",
   },

--
Gitblit v1.9.3