From 7a6dc6d28d36e4c3558391bac52d188d5075543f Mon Sep 17 00:00:00 2001 From: zhuguifei <zhuguifei@zhuguifeideiMac.local> Date: 星期二, 22 四月 2025 16:27:27 +0800 Subject: [PATCH] 1.完成移动端点检汇总和点检明细 --- eims-ui-mobile/src/pages.json | 41 +++++++++++++++++++++++++++++++++++++++++ 1 files changed, 41 insertions(+), 0 deletions(-) diff --git a/eims-ui-mobile/src/pages.json b/eims-ui-mobile/src/pages.json index fc6eadb..df35397 100644 --- a/eims-ui-mobile/src/pages.json +++ b/eims-ui-mobile/src/pages.json @@ -64,6 +64,14 @@ } }, { + "path": "pages/equ/equ-list", + "type": "page", + "layout": "default", + "style": { + "navigationBarTitleText": "璁惧鍒楄〃" + } + }, + { "path": "pages/equ/index", "type": "page", "layout": "tabbar", @@ -73,6 +81,31 @@ } }, { + "path": "pages/inspect/insp-add", + "type": "page", + "layout": "default", + "style": { + "navigationBarTitleText": "璁惧鐐规" + } + }, + { + "path": "pages/inspect/insp-record", + "type": "page", + "style": { + "navigationBarTitleText": "鐐规璁板綍", + "navigationStyle": "custom", + "navigationBarBackgroundColor": "#4D80F0" + } + }, + { + "path": "pages/inspect/insp-st", + "type": "page", + "layout": "default", + "style": { + "navigationBarTitleText": "鐐规姹囨��" + } + }, + { "path": "pages/login/index", "type": "page", "layout": "default", @@ -81,6 +114,14 @@ } }, { + "path": "pages/maint/maint-st", + "type": "page", + "layout": "default", + "style": { + "navigationBarTitleText": "淇濆吇姹囨��" + } + }, + { "path": "pages/my/index", "type": "page", "layout": "tabbar", -- Gitblit v1.9.3