+
人员总览
@@ -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 }}
+
+
+
+
-
+
+
+ 设备名称
+
+
+
+ 不安全行为类型
+
+
+
+ 警告时间
+
+
+
+
序号
@@ -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 @@
+
+
+
+
+
+ 姓名
+
+
+
+ 通行时间
+
+
+
+ 所属企业
+
+
+
+
+
+ 所属班组
+
+
+
+
+
+ 所属部门
+
+
+
+
+
查询
+
+
+
类型
+
姓名
+
班组
+
通行时间
+
闸机名称
+
图片
+
+
+
+
+
{{ item.passType == 1 ? "进" : "出" }}
+
{{ item.workerName }}
+
{{ item.teamName ? item.teamName : item.departmentName }}
+
{{ item.createTime }}
+
{{ item.passagewayName }}
+
+
+
+
+
+
+
+
+
+
+

+
暂无数据
+
+
+
+
+
+
+
+
+