From d7862b2890b68743ec9c4fc05800bb23ec9b412e Mon Sep 17 00:00:00 2001
From: zhuguifei <zhuguifei@zhuguifeideiMac.local>
Date: 星期日, 27 四月 2025 16:05:02 +0800
Subject: [PATCH] 完成新增报修单

---
 eims-ui-mobile/src/pages.json |   83 +++++++++++++++++++++++++++++++++++++++++
 1 files changed, 83 insertions(+), 0 deletions(-)

diff --git a/eims-ui-mobile/src/pages.json b/eims-ui-mobile/src/pages.json
index adfbb8a..f174d9d 100644
--- a/eims-ui-mobile/src/pages.json
+++ b/eims-ui-mobile/src/pages.json
@@ -82,6 +82,15 @@
       }
     },
     {
+      "path": "pages/fixture/fixture-list",
+      "type": "page",
+      "layout": "default",
+      "needLogin": true,
+      "style": {
+        "navigationBarTitleText": "宸ュ叿鍒楄〃"
+      }
+    },
+    {
       "path": "pages/inspect/insp-add",
       "type": "page",
       "layout": "default",
@@ -200,6 +209,80 @@
       }
     },
     {
+      "path": "pages/repair/repair-add",
+      "type": "page",
+      "layout": "default",
+      "style": {
+        "navigationBarTitleText": "娣诲姞鎶ヤ慨",
+        "app-plus": {
+          "titleNView": {
+            "buttons": [
+              {
+                "text": "鎻愪氦",
+                "fontSize": "14px",
+                "color": "#FFFFFF"
+              },
+              {
+                "text": "",
+                "fontSize": "24px",
+                "color": "#FFFFFF"
+              }
+            ]
+          }
+        }
+      }
+    },
+    {
+      "path": "pages/repair/req-list",
+      "type": "page",
+      "layout": "default",
+      "needLogin": true,
+      "style": {
+        "navigationBarTitleText": "璁惧鎶ヤ慨",
+        "app-plus": {
+          "titleNView": {
+            "buttons": [
+              {
+                "text": "鏂板",
+                "fontSize": "14px",
+                "color": "#FFFFFF"
+              },
+              {
+                "text": "",
+                "fontSize": "24px",
+                "color": "#FFFFFF"
+              }
+            ]
+          }
+        }
+      }
+    },
+    {
+      "path": "pages/repair/res-list",
+      "type": "page",
+      "layout": "default",
+      "needLogin": true,
+      "style": {
+        "navigationBarTitleText": "璁惧缁翠慨",
+        "app-plus": {
+          "titleNView": {
+            "buttons": [
+              {
+                "text": "鎺ュ崟",
+                "fontSize": "14px",
+                "color": "#FFFFFF"
+              },
+              {
+                "text": "",
+                "fontSize": "24px",
+                "color": "#FFFFFF"
+              }
+            ]
+          }
+        }
+      }
+    },
+    {
       "path": "pages/spare/index",
       "type": "page",
       "layout": "tabbar",

--
Gitblit v1.9.3