From 57c0135413e2f2ea79dcae0bb4ffc960a7a8f90f Mon Sep 17 00:00:00 2001 From: ylj20011123 Date: Fri, 15 Aug 2025 19:46:40 +0800 Subject: [PATCH] update --- pages.json | 7 +- pages/attendanceStatus/emergencyEvents.vue | 410 ++++++--------- .../emergencyEventsDetail.vue | 405 +++++++++++++++ pages/attendanceStatus/index.vue | 484 ++++++++++++++---- pages/commercialBI/noData.vue | 95 ++-- pages/index/components/numberScroll.vue | 109 ++-- pages/index/index.vue | 163 +++--- pages/map/index.vue | 7 +- .../components/mapDetail.vue | 17 +- static/images/home/address.png | Bin 0 -> 963 bytes static/images/home/navigationIcon.svg | 22 + 11 files changed, 1201 insertions(+), 518 deletions(-) create mode 100644 pages/attendanceStatus/emergencyEventsDetail.vue create mode 100644 static/images/home/address.png create mode 100644 static/images/home/navigationIcon.svg diff --git a/pages.json b/pages.json index 137b6b3..9e70dc3 100644 --- a/pages.json +++ b/pages.json @@ -36,7 +36,6 @@ "path": "index", "style": { "navigationBarTitleText": "出勤情况", - "enablePullDownRefresh": true, "navigationStyle": "custom" } }, @@ -49,11 +48,11 @@ } }, { - "path": "serviceFacility", + "path": "emergencyEventsDetail", "style": { - "navigationBarTitleText": "服务设施管理", + "navigationBarTitleText": "", "enablePullDownRefresh": true, - "navigationBarBackgroundColor": "#ffffff" + "navigationBarBackgroundColor": "#F5F6F7" } } ] diff --git a/pages/attendanceStatus/emergencyEvents.vue b/pages/attendanceStatus/emergencyEvents.vue index cca4bfb..cae906a 100644 --- a/pages/attendanceStatus/emergencyEvents.vue +++ b/pages/attendanceStatus/emergencyEvents.vue @@ -1,9 +1,49 @@