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 | 144 +++++++++++++++++++++++++++++++++++++++++++++--- 1 files changed, 135 insertions(+), 9 deletions(-) diff --git a/eims-ui-mobile/src/pages.json b/eims-ui-mobile/src/pages.json index 3e3d43f..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" } }, { @@ -78,7 +79,20 @@ "layout": "tabbar", "needLogin": true, "style": { - "navigationBarTitleText": "鍏充簬" + "navigationBarTitleText": "璁惧" + } + }, + { + "path": "pages/equ-status/list", + "type": "page" + }, + { + "path": "pages/fixture/fixture-list", + "type": "page", + "layout": "default", + "needLogin": true, + "style": { + "navigationBarTitleText": "宸ュ叿鍒楄〃" } }, { @@ -92,11 +106,11 @@ { "path": "pages/inspect/insp-record", "type": "page", + "layout": "default", "needLogin": true, "style": { "navigationBarTitleText": "鐐规璁板綍", - "navigationStyle": "custom", - "navigationBarBackgroundColor": "#4D80F0" + "navigationStyle": "custom" } }, { @@ -119,11 +133,11 @@ { "path": "pages/maint/maint-order", "type": "page", + "layout": "default", "needLogin": true, "style": { "navigationBarTitleText": "淇濆吇宸ュ崟", - "navigationStyle": "custom", - "navigationBarBackgroundColor": "#4D80F0" + "navigationStyle": "custom" } }, { @@ -138,11 +152,11 @@ { "path": "pages/maint/order-detail", "type": "page", + "layout": "default", "needLogin": true, "style": { "navigationBarTitleText": "宸ュ崟鏄庣粏", - "navigationStyle": "custom", - "navigationBarBackgroundColor": "#4D80F0" + "navigationStyle": "custom" } }, { @@ -155,12 +169,124 @@ } }, { + "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": "娣诲姞鎶ヤ慨", + "navigationStyle": "custom" + } + }, + { + "path": "pages/repair/repair-fb", + "type": "page", + "layout": "default", + "needLogin": true, + "style": { + "navigationBarTitleText": "缁翠慨璇勪环", + "app-plus": { + "titleNView": { + "buttons": [ + { + "text": "鎻愪氦", + "fontSize": "14px", + "color": "#FFFFFF" + }, + { + "text": "", + "fontSize": "14px", + "color": "#FFFFFF" + } + ] + } + } + } + }, + { + "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": "鎶ヤ慨鍒楄〃", + "navigationStyle": "custom" + } + }, + { + "path": "pages/repair/res-detail", + "type": "page", + "layout": "default", + "needLogin": true, + "style": { + "navigationBarTitleText": "缁翠慨鏄庣粏", + "app-plus": { + "titleNView": { + "buttons": [ + { + "text": "鎻愪氦", + "fontSize": "14px", + "color": "#FFFFFF" + }, + { + "text": "淇濆瓨", + "fontSize": "14px", + "color": "#FFFFFF" + } + ] + } + } + } + }, + { + "path": "pages/repair/res-list", + "type": "page", + "layout": "default", + "needLogin": true, + "style": { + "navigationBarTitleText": "璁惧缁翠慨", + "navigationStyle": "custom" + } + }, + { + "path": "pages/scan/index", + "type": "page" + }, + { "path": "pages/spare/index", "type": "page", "layout": "tabbar", "needLogin": true, "style": { - "navigationBarTitleText": "spare" + "navigationBarTitleText": "澶囦欢" + } + }, + { + "path": "pages/spare/spare-list", + "type": "page", + "layout": "default", + "needLogin": true, + "style": { + "navigationBarTitleText": "澶囦欢鍒楄〃" } } ], -- Gitblit v1.9.3