From d569757012572f52620f748cb32738e66c455192 Mon Sep 17 00:00:00 2001 From: Luck-Xiaomi <1569717859@qq.com> Date: Thu, 15 Sep 2022 13:42:59 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=B8=AD=E5=BB=BA=E5=9B=9B=E5=B1=80-?= =?UTF-8?q?=E6=8C=87=E6=8C=A5=E4=B8=AD=E5=BF=83=EF=BC=9A=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E4=BF=A1=E6=81=AF=E6=BB=9A=E5=8A=A8=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/projectAdmin/zjsj/command/leftOne.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/projectAdmin/zjsj/command/leftOne.vue b/src/views/projectAdmin/zjsj/command/leftOne.vue index 011a9eb7..e2c63855 100644 --- a/src/views/projectAdmin/zjsj/command/leftOne.vue +++ b/src/views/projectAdmin/zjsj/command/leftOne.vue @@ -67,7 +67,7 @@ export default { display: flex; flex-direction: column; color: #fff; - overflow-y: scroll; + // overflow-y: scroll; .list-item { flex: 1; From f0e9146b844262d8b68764ac3ce3a1adaf572afb Mon Sep 17 00:00:00 2001 From: Luck-Xiaomi <1569717859@qq.com> Date: Thu, 15 Sep 2022 17:55:39 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=B8=AD=E5=BB=BA=E5=9B=9B=E5=B1=80-?= =?UTF-8?q?=E8=BF=9B=E5=BA=A6=E7=AE=A1=E7=90=86=EF=BC=9A=E5=AE=8C=E6=88=90?= =?UTF-8?q?=E8=BF=9B=E5=BA=A6=E4=BB=BB=E5=8A=A1=E5=BE=85=E5=8A=9E=E4=BA=8B?= =?UTF-8?q?=E9=A1=B9=E5=92=8C=E5=BA=95=E9=83=A8=E6=AD=A5=E9=AA=A4=E6=9D=A1?= =?UTF-8?q?=E7=9A=84=E6=8E=A5=E5=8F=A3=E7=9A=84=E5=AF=B9=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/js/api/zhongjianFourth.js | 13 ++ .../zjsj/assets/images/common/triangle.png | Bin 0 -> 228 bytes .../projectAdmin/zjsj/progress/index.vue | 120 ++++++++++++------ .../projectAdmin/zjsj/progress/topRight.vue | 58 ++++++--- .../projectAdmin/zjsj/security/leftTop.vue | 74 +++++++++-- 5 files changed, 194 insertions(+), 71 deletions(-) create mode 100644 src/views/projectAdmin/zjsj/assets/images/common/triangle.png diff --git a/src/assets/js/api/zhongjianFourth.js b/src/assets/js/api/zhongjianFourth.js index f5304359..6970970c 100644 --- a/src/assets/js/api/zhongjianFourth.js +++ b/src/assets/js/api/zhongjianFourth.js @@ -10,5 +10,18 @@ export const qualityManagement = params => get('xmgl/qualityInspectionRecord/get // 质量管理-质量问题库 export const listQualityManagement = params => get('xmgl/dangerTypeRecord/getBigList', params); +/* --------------指挥中心------------ */ +// 安全巡检-安全隐患 +export const getSafetyPerilInfo = params => get('xmgl/hiddenDangerInspectRecord/getRectificationNoNum', params); +// 安全巡检-今日巡检 +export const getTodayInspectionInfo = params => get('xmgl/inspectTaskRecord/getTodayInfo', params); +/* --------------进度管理------------ */ +/** + * 进度任务-代办事项-底部步骤条 + * @param {string} projectSn + * @param {boolean} isNoStart true: 代办事项 false: 步骤条 + * @returns + */ +export const listProgressOfTheTask = params => get('xmgl/progressItem/getScheduleList', params); diff --git a/src/views/projectAdmin/zjsj/assets/images/common/triangle.png b/src/views/projectAdmin/zjsj/assets/images/common/triangle.png new file mode 100644 index 0000000000000000000000000000000000000000..494684ffb7e9e0fccc1c9f83d7dc322b2c728b05 GIT binary patch literal 228 zcmeAS@N?(olHy`uVBq!ia0vp^JV4CH!3HFy_x^nYq&N#aB8wRqxP?KOkzv*x37{Zj zage(c!@6@aFM%AEbVpxD28NCO+hGhmXwafHh( zL0Bz8L^^@V?86>46|dR%YEOQ5{xom*GE;^ytBZF$8oa%YeHp(Wi3+ZGu{T@EZ?&#P zw%WJTCp3dyD;CU7SvoUplCjK|pJzX^_**HJe4hW|Q4hb!8~O5ElAJtZ9ed}Ci~o+( VS;%WAkqvYNgQu&X%Q~loCIH
-
摄像头1
+ + + +
+
-
工程1
+ + + +
@@ -14,7 +21,7 @@
-
+
{{ v.date }}
{{ v.name }}
@@ -23,25 +30,57 @@ diff --git a/src/views/projectAdmin/zjsj/progress/topRight.vue b/src/views/projectAdmin/zjsj/progress/topRight.vue index fbba0f01..04a85c42 100644 --- a/src/views/projectAdmin/zjsj/progress/topRight.vue +++ b/src/views/projectAdmin/zjsj/progress/topRight.vue @@ -1,41 +1,65 @@ diff --git a/src/views/projectAdmin/zjsj/security/leftTop.vue b/src/views/projectAdmin/zjsj/security/leftTop.vue index 4db04377..a339a070 100644 --- a/src/views/projectAdmin/zjsj/security/leftTop.vue +++ b/src/views/projectAdmin/zjsj/security/leftTop.vue @@ -4,9 +4,9 @@
@@ -17,8 +17,8 @@ 占比
- 123456 - 20% + {{ safetyPeril.rectificationNum || 0 }} + {{ safetyPeril.rectificationRatio || 0 }}%
@@ -27,17 +27,17 @@ 占比
- 123456 - 20% + {{ safetyPeril.noRectificationNum || 0 }} + {{ safetyPeril.noRectificationRatio || 0 }}%
@@ -48,8 +48,8 @@ 占比
- 123456 - 20% + {{ todayInspection.rectificationNum || 0 }} + {{ todayInspection.rectificationRatio || 0 }}%
@@ -58,8 +58,8 @@ 占比
- 123456 - 20% + {{ todayInspection.noRectificationNum || 0 }} + {{ todayInspection.noRectificationRatio || 0 }}%
@@ -86,22 +86,68 @@