From 46d143d1d6fe8f286399f4d027c9a86adf7cd7fc Mon Sep 17 00:00:00 2001 From: baoshiwei <baoshiwei@shlanbao.cn> Date: 星期三, 09 七月 2025 08:50:01 +0800 Subject: [PATCH] feat(inspection,maintenance): - 实现保养工单批量确认功能 - 在点检记录确认时增加时间限制,距离上次更新时间两小时内不允许确认 --- eims-ui-mobile/pages.config.ts | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eims-ui-mobile/pages.config.ts b/eims-ui-mobile/pages.config.ts index 50eab64..c46f09f 100644 --- a/eims-ui-mobile/pages.config.ts +++ b/eims-ui-mobile/pages.config.ts @@ -4,8 +4,8 @@ globalStyle: { navigationStyle: 'default', navigationBarTitleText: '鍏板疂璁惧绠$悊', - navigationBarBackgroundColor: '#f8f8f8', - navigationBarTextStyle: 'black', + navigationBarBackgroundColor: '#4D80F0', + navigationBarTextStyle: 'white', backgroundColor: '#FFFFFF', }, easycom: { @@ -20,7 +20,7 @@ tabBar: { custom: true, color: '#999999', - selectedColor: '#007aff', + selectedColor: '#4D80F0', borderStyle: 'black', height: '50px', fontSize: '10px', -- Gitblit v1.9.3