From 487c8099a9bd8a819aebe564eb0067b50947c8ed Mon Sep 17 00:00:00 2001 From: chen <2659004835@qq.com> Date: Tue, 12 Apr 2022 08:50:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B6=88=E6=81=AF=E5=88=97=E8=A1=A8=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E5=AE=8C=E6=AF=95=EF=BC=8C=E5=AE=A2=E6=88=B7=E6=8F=90?= =?UTF-8?q?=E7=9A=84=E4=BF=AE=E6=94=B9=E5=AE=8C=E6=AF=95(=E6=B6=89?= =?UTF-8?q?=E5=8F=8A=E6=95=85=E9=9A=9C--->=E7=BB=B4=E4=BF=9D=EF=BC=8C?= =?UTF-8?q?=E7=BB=B4=E4=BF=AE--->=E7=BB=B4=E4=BF=9D=EF=BC=8C=E5=AE=9E?= =?UTF-8?q?=E6=97=B6=E6=95=85=E9=9A=9C--->=E5=AE=9E=E6=97=B6=E5=B7=A5?= =?UTF-8?q?=E5=8D=95=EF=BC=8C=E4=B8=AA=E4=BA=BA=E4=BF=A1=E6=81=AF=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E8=BA=AB=E4=BB=BD=E8=AF=81=E6=AD=A3=E5=8F=8D=E9=9D=A2?= =?UTF-8?q?=E6=8B=86=E5=88=86=E4=B8=BA=E4=B8=A4=E4=B8=AA=E5=8D=95=E7=8B=AC?= =?UTF-8?q?=E5=AD=97=E6=AE=B5)=E3=80=81=E9=A1=B9=E7=9B=AE=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E6=8E=A5=E5=8F=A390%=E3=80=81=E5=B7=A1=E6=A3=80?= =?UTF-8?q?=E8=AE=B0=E5=BD=95=E6=8E=A5=E5=8F=A3=E5=AE=8C=E6=AF=95=E3=80=81?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E5=88=97=E8=A1=A8=E6=8E=A5=E5=8F=A380%?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commons/flying-monkey.css | 5 + pages/dataQuery/dataQuery.vue | 6 +- pages/dataQuery/projectDetails.vue | 6 +- pages/faultStatistics/faultStatistics.vue | 4 +- pages/faultStatistics/projectOverview.vue | 6 +- pages/project/details.vue | 104 +++++++++------- pages/project/projectList.vue | 111 +++++++++--------- pages/repairsPage/repairsPage.vue | 12 +- pages/tabbar/pagehome/pagehome.vue | 16 +-- pages/workOrder/details.vue | 10 +- pages/workOrder/workOrder.vue | 24 ++-- pages/workOrder/workOrderLlsit.vue | 2 +- pages/workOrder/workorderTwo.vue | 12 +- pagesB/message-center/message-center.vue | 39 +++--- pagesB/my-account/my-account.vue | 10 +- .../personal-information.vue | 15 ++- 16 files changed, 213 insertions(+), 169 deletions(-) diff --git a/commons/flying-monkey.css b/commons/flying-monkey.css index 38e248e..9567a97 100644 --- a/commons/flying-monkey.css +++ b/commons/flying-monkey.css @@ -361,9 +361,11 @@ uni-radio .uni-radio-input {border: 1rpx solid #444444;} margin-top: 10rpx; } /* 消息中心 */ +.message-circle{display: flex;align-items: center;} .message-circle::before { content: ''; display: flex; + flex-shrink: 0; width: 24rpx; height: 24rpx; background-color: #6f91ff; @@ -378,4 +380,7 @@ uni-radio .uni-radio-input {border: 1rpx solid #444444;} } .system-notification::before { background-color: #2cfc3b; +} +.server-message::before { + background-color: #FF0000; } \ No newline at end of file diff --git a/pages/dataQuery/dataQuery.vue b/pages/dataQuery/dataQuery.vue index e65e2ca..73d7bce 100644 --- a/pages/dataQuery/dataQuery.vue +++ b/pages/dataQuery/dataQuery.vue @@ -37,7 +37,7 @@ 正常 - 待维修 + 待维保 @@ -73,7 +73,7 @@ 正常 - 待维修 + 待维保 @@ -109,7 +109,7 @@ 正常 - 待维修 + 待维保 diff --git a/pages/dataQuery/projectDetails.vue b/pages/dataQuery/projectDetails.vue index e50c36e..e330638 100644 --- a/pages/dataQuery/projectDetails.vue +++ b/pages/dataQuery/projectDetails.vue @@ -49,7 +49,7 @@ - 最近一次故障时间:2021-11-18 17:00:16 + 最近一次维保时间:2021-11-18 17:00:16 @@ -232,7 +232,7 @@ - “部分模组不显示”故障【陈志远】已处理。 + “部分模组不显示”维保【陈志远】已处理。 2020-05-15 16:00 @@ -260,7 +260,7 @@ interval: 3000, index: 1, recordState: [{ - title: '维修记录', + title: '维保记录', state: true }, { diff --git a/pages/faultStatistics/faultStatistics.vue b/pages/faultStatistics/faultStatistics.vue index 5cbcee2..3ad90ce 100644 --- a/pages/faultStatistics/faultStatistics.vue +++ b/pages/faultStatistics/faultStatistics.vue @@ -1,6 +1,6 @@