From 99b91ec4ae847633cd61e68495b9fddf7c15fb93 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期二, 02 六月 2026 10:17:22 +0800
Subject: [PATCH] 新疆马铃薯 1.设备保养、设备验收添加验收人

---
 src/views/equipmentManagement/repair/index.vue |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/src/views/equipmentManagement/repair/index.vue b/src/views/equipmentManagement/repair/index.vue
index edf459f..961e661 100644
--- a/src/views/equipmentManagement/repair/index.vue
+++ b/src/views/equipmentManagement/repair/index.vue
@@ -261,6 +261,25 @@
         slot: "statusRef",
       },
       {
+        label: "楠屾敹浜�",
+        align: "center",
+        prop: "acceptanceName",
+        formatData: (cell) => cell || "-",
+      },
+      {
+        label: "楠屾敹鏃堕棿",
+        align: "center",
+        prop: "acceptanceTime",
+        formatData: (cell) =>
+          cell ? dayjs(cell).format("YYYY-MM-DD HH:mm:ss") : "-",
+      },
+      {
+        label: "楠屾敹澶囨敞",
+        align: "center",
+        prop: "acceptanceRemark",
+        formatData: (cell) => cell || "-",
+      },
+      {
         fixed: "right",
         label: "鎿嶄綔",
         dataType: "slot",

--
Gitblit v1.9.3