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 @@
-
+
@@ -33,7 +33,7 @@
- 故障类型
+ 维保类型
diff --git a/pages/faultStatistics/projectOverview.vue b/pages/faultStatistics/projectOverview.vue
index c01495c..c7bb25b 100644
--- a/pages/faultStatistics/projectOverview.vue
+++ b/pages/faultStatistics/projectOverview.vue
@@ -54,7 +54,7 @@
- 项目故障率
+ 项目维保率
0单
@@ -87,7 +87,7 @@
- 项目故障率
+ 项目维保率
0单
@@ -120,7 +120,7 @@
- 项目故障率
+ 项目维保率
0单
diff --git a/pages/project/details.vue b/pages/project/details.vue
index 51b0650..6f620ab 100644
--- a/pages/project/details.vue
+++ b/pages/project/details.vue
@@ -7,35 +7,25 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
+
- {{index}}/3
+ {{index}}/{{projectObj.completed_img.length}}
- 湖南工业大学生化学院会议室P2.5全彩LED显示屏
- XM20220108-1001
+ {{projectObj.project_name}}
+ {{projectObj.project_number}}
- 湖南省长沙市高新开发区谷园路109号像素大厦1205
+ {{projectObj.address}}
- 最近一次故障时间:2021-11-18 17:00:16
+ 最近一次维保时间:{{projectObj.downtime}}
@@ -44,26 +34,26 @@
项目概况
-
+
品
牌:
- 海康威视
+ {{projectObj.product_brand}}
-
+
型
- 品:
+ 号:
- DS-CK25FI/H
+ {{projectObj.product_model}}
-
+
尺
寸:
- 3.94*2.02m
+ {{projectObj.product_size}}
安装位置:
@@ -81,14 +71,15 @@
- 维修追踪
+ 维保追踪
-
+
- “部分模组不显示”故障【陈志远】已处理。
- 2020-05-15 16:00
+ {{item.time_line}}
+
+
@@ -99,10 +90,12 @@