diff --git a/src/routers/modules/staticRouter.ts b/src/routers/modules/staticRouter.ts index 1154764..6408db4 100644 --- a/src/routers/modules/staticRouter.ts +++ b/src/routers/modules/staticRouter.ts @@ -26,7 +26,7 @@ export const staticRouter: RouteRecordRaw[] = [ name: "大屏", // component: () => import("@/views/sevenLargeScreen/indexL.vue"), //七参数标准版 component: () => import("@/views/commandScreen/indexCommand.vue"), //指挥部大屏 - component: () => import("@/views/agjtLiveScreen/indexLive.vue"), //鞍钢现场大屏 + // component: () => import("@/views/agjtLiveScreen/indexLive.vue"), //鞍钢现场大屏 // component: () => import("@/views/overviewScreen/indexCommand.vue"), //总览大屏 // component: () => import("@/views/agjtProjectKanban/indexL.vue"), //鞍钢集团项目看板大屏 // component: () => import("@/views/sevenLargeScreen/indexL_syhy.vue"), // 只有一级路由(盘锦、嘉兴、鄱湖美湾医疗项目需切换至该首页) diff --git a/src/views/commandScreen/commandCenter/centerTop.vue b/src/views/commandScreen/commandCenter/centerTop.vue index de1fe6f..fbde38f 100644 --- a/src/views/commandScreen/commandCenter/centerTop.vue +++ b/src/views/commandScreen/commandCenter/centerTop.vue @@ -80,7 +80,7 @@
-
+
人员总览
@@ -93,19 +93,13 @@ 影响进度计划因素 {{ statsDirectorateBigScreen.taskProgressContentNum }}
- 风险统计 {{ statsDirectorateBigScreen.securityQualityInspectionRecordNum }} + 风险统计 {{ statsDirectorateBigScreen.securityQualityInspectionRecordNum }}
- 安全隐患 {{ statsDirectorateBigScreen.securityQualityInspectionRecordNum }} + 安全隐患 {{ statsDirectorateBigScreen.securityQualityInspectionRecordNum }}
- 质量管理 {{ statsDirectorateBigScreen.securityQualityInspectionRecordNum }} + 质量管理 {{ statsDirectorateBigScreen.securityQualityInspectionRecordNum }}
AI警报 {{ statsDirectorateBigScreen.aiAnalyseHardWareAlarmRecordNum }} diff --git a/src/views/commandScreen/commandCenter/leftBottom.vue b/src/views/commandScreen/commandCenter/leftBottom.vue index 23a6552..080b190 100644 --- a/src/views/commandScreen/commandCenter/leftBottom.vue +++ b/src/views/commandScreen/commandCenter/leftBottom.vue @@ -327,6 +327,7 @@ const handleTab = (val: number) => { activeIfo.activeIndex = val; queryAttendanceOfEachCompany(false); } else if (activeIfo.activeIndex == 0) { + activeIfo.activeIndex = val; getWorkerRiskByProject(false, 1); } }; @@ -546,7 +547,7 @@ const getWorkerRiskByProject = async (showLoading: boolean, val: number) => { ]; randerInfo.titleInfo.percentage = res.result.area; } - activeIfo.activeIndex = val; + // activeIfo.activeIndex = val; }; const setIntervalFn = (showLoading: boolean) => { diff --git a/src/views/commandScreen/dialogCompnnents/ai-alarm.vue b/src/views/commandScreen/dialogCompnnents/ai-alarm.vue index a47ae8b..9493944 100644 --- a/src/views/commandScreen/dialogCompnnents/ai-alarm.vue +++ b/src/views/commandScreen/dialogCompnnents/ai-alarm.vue @@ -3,22 +3,35 @@
- -
+ +
+ {{ item.alarmTypeName }} + 今日报警次数:{{ item.alarmNumToday }} + 本月报警次数:{{ item.alarmNumMonth }} + 历史报警次数:{{ item.alarmNum }} +
+
+
+
@@ -26,7 +39,31 @@

暂无数据

- +
序号
@@ -99,13 +136,14 @@ diff --git a/src/views/commandScreen/dialogCompnnents/member-more-list.vue b/src/views/commandScreen/dialogCompnnents/member-more-list.vue new file mode 100644 index 0000000..88b1392 --- /dev/null +++ b/src/views/commandScreen/dialogCompnnents/member-more-list.vue @@ -0,0 +1,352 @@ + + + + +