From f571cf0182abd65176fb1512c5cb5ddaea49c4a3 Mon Sep 17 00:00:00 2001
From: baoshiwei <baoshiwei@shlanbao.cn>
Date: 星期二, 24 六月 2025 09:00:14 +0800
Subject: [PATCH] feat(eims): 设备状态变更记录功能

---
 eims-ui-mobile/src/pages.json |  131 +++++++++++--------------------------------
 1 files changed, 33 insertions(+), 98 deletions(-)

diff --git a/eims-ui-mobile/src/pages.json b/eims-ui-mobile/src/pages.json
index 6bc5e7e..422d7ec 100644
--- a/eims-ui-mobile/src/pages.json
+++ b/eims-ui-mobile/src/pages.json
@@ -69,7 +69,8 @@
       "layout": "default",
       "needLogin": true,
       "style": {
-        "navigationBarTitleText": "璁惧鍒楄〃"
+        "navigationBarTitleText": "璁惧鍒楄〃",
+        "navigationStyle": "custom"
       }
     },
     {
@@ -80,6 +81,10 @@
       "style": {
         "navigationBarTitleText": "璁惧"
       }
+    },
+    {
+      "path": "pages/equ-status/list",
+      "type": "page"
     },
     {
       "path": "pages/fixture/fixture-list",
@@ -105,22 +110,7 @@
       "needLogin": true,
       "style": {
         "navigationBarTitleText": "鐐规璁板綍",
-        "app-plus": {
-          "titleNView": {
-            "buttons": [
-              {
-                "text": "鎻愪氦",
-                "fontSize": "14px",
-                "color": "#FFFFFF"
-              },
-              {
-                "text": "",
-                "fontSize": "24px",
-                "color": "#FFFFFF"
-              }
-            ]
-          }
-        }
+        "navigationStyle": "custom"
       }
     },
     {
@@ -147,22 +137,7 @@
       "needLogin": true,
       "style": {
         "navigationBarTitleText": "淇濆吇宸ュ崟",
-        "app-plus": {
-          "titleNView": {
-            "buttons": [
-              {
-                "text": "鎻愪氦",
-                "fontSize": "14px",
-                "color": "#FFFFFF"
-              },
-              {
-                "text": "",
-                "fontSize": "24px",
-                "color": "#FFFFFF"
-              }
-            ]
-          }
-        }
+        "navigationStyle": "custom"
       }
     },
     {
@@ -181,22 +156,7 @@
       "needLogin": true,
       "style": {
         "navigationBarTitleText": "宸ュ崟鏄庣粏",
-        "app-plus": {
-          "titleNView": {
-            "buttons": [
-              {
-                "text": "鎻愪氦",
-                "fontSize": "14px",
-                "color": "#FFFFFF"
-              },
-              {
-                "text": "",
-                "fontSize": "24px",
-                "color": "#FFFFFF"
-              }
-            ]
-          }
-        }
+        "navigationStyle": "custom"
       }
     },
     {
@@ -209,27 +169,22 @@
       }
     },
     {
+      "path": "pages/my/password",
+      "type": "page",
+      "layout": "default",
+      "needLogin": true,
+      "style": {
+        "navigationBarTitleText": "淇敼瀵嗙爜"
+      }
+    },
+    {
       "path": "pages/repair/repair-add",
       "type": "page",
       "layout": "default",
+      "needLogin": true,
       "style": {
         "navigationBarTitleText": "娣诲姞鎶ヤ慨",
-        "app-plus": {
-          "titleNView": {
-            "buttons": [
-              {
-                "text": "鎻愪氦",
-                "fontSize": "14px",
-                "color": "#FFFFFF"
-              },
-              {
-                "text": "",
-                "fontSize": "24px",
-                "color": "#FFFFFF"
-              }
-            ]
-          }
-        }
+        "navigationStyle": "custom"
       }
     },
     {
@@ -258,28 +213,23 @@
       }
     },
     {
+      "path": "pages/repair/req-detail",
+      "type": "page",
+      "layout": "default",
+      "needLogin": true,
+      "style": {
+        "navigationBarTitleText": "鎶ヤ慨璇︽儏",
+        "navigationStyle": "custom"
+      }
+    },
+    {
       "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"
-              }
-            ]
-          }
-        }
+        "navigationBarTitleText": "鎶ヤ慨鍒楄〃",
+        "navigationStyle": "custom"
       }
     },
     {
@@ -314,22 +264,7 @@
       "needLogin": true,
       "style": {
         "navigationBarTitleText": "璁惧缁翠慨",
-        "app-plus": {
-          "titleNView": {
-            "buttons": [
-              {
-                "text": "鎺ュ崟",
-                "fontSize": "14px",
-                "color": "#FFFFFF"
-              },
-              {
-                "text": "",
-                "fontSize": "24px",
-                "color": "#FFFFFF"
-              }
-            ]
-          }
-        }
+        "navigationStyle": "custom"
       }
     },
     {

--
Gitblit v1.9.3