From 14e880475bdc908c1ce670a1a5e892347d636562 Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期六, 16 五月 2026 13:41:49 +0800
Subject: [PATCH] 新增设备报修验收功能,更新报修表单,增加验收人字段,调整状态管理,优化报修详情展示。

---
 src/pages.json |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/src/pages.json b/src/pages.json
index 3dd3c20..8f3b69b 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -598,6 +598,20 @@
       }
     },
     {
+      "path": "pages/equipmentManagement/repair/detail",
+      "style": {
+        "navigationBarTitleText": "璁惧鎶ヤ慨璇︽儏",
+        "navigationStyle": "custom"
+      }
+    },
+    {
+      "path": "pages/equipmentManagement/repair/acceptance",
+      "style": {
+        "navigationBarTitleText": "璁惧鎶ヤ慨楠屾敹",
+        "navigationStyle": "custom"
+      }
+    },
+    {
       "path": "pages/equipmentManagement/upkeep/index",
       "style": {
         "navigationBarTitleText": "璁惧淇濆吇",

--
Gitblit v1.9.3