diff --git a/src/api/modules/projectOverview.ts b/src/api/modules/projectOverview.ts
index f142953..9a4a0f5 100644
--- a/src/api/modules/projectOverview.ts
+++ b/src/api/modules/projectOverview.ts
@@ -51,3 +51,13 @@ export const getStageOption = (params: {}) => {
export const getParentChildTaskListApi = (params: {}) => {
return http.post(BASEURL + `/xmgl/taskProgress/getParentChildList`, params);
};
+
+
+// 隐患统计智能分析
+export const getSelectQualityStatisticsNumApi = (params: {}) => {
+ return http.post(BASEURL + `/xmgl/xzSecurityQualityInspectionRecord/selectQualityStatisticsNum`, params);
+};
+
+export const getCountDangerLevelApi = (params: {}) => {
+ return http.post(BASEURL + `/xmgl/xzSecurityQualityInspectionRecord/countDangerLevel`, params);
+};
diff --git a/src/views/commandScreen/commandCenter/index.vue b/src/views/commandScreen/commandCenter/index.vue
index 2f8cb1e..9d7c2a2 100644
--- a/src/views/commandScreen/commandCenter/index.vue
+++ b/src/views/commandScreen/commandCenter/index.vue
@@ -9,7 +9,7 @@
-
+
diff --git a/src/views/commandScreen/commandCenter/leftBottom.vue b/src/views/commandScreen/commandCenter/leftBottom.vue
index 0c503a3..0643d91 100644
--- a/src/views/commandScreen/commandCenter/leftBottom.vue
+++ b/src/views/commandScreen/commandCenter/leftBottom.vue
@@ -11,7 +11,7 @@
@@ -44,6 +47,8 @@ import riskCount from "./risk-count.vue";
import safeHidden from "./safe-hidden.vue";
import aiAlarm from "./ai-alarm.vue";
import safeEducationDialog from "./safe-education-dialog.vue";
+import majorHidder from "./major-hidder.vue";
+
import { GlobalStore } from "@/stores";
let showDialog = ref(false as any);
const showIndex = ref(0);
diff --git a/src/views/commandScreen/dialogCompnnents/major-hidder.vue b/src/views/commandScreen/dialogCompnnents/major-hidder.vue
new file mode 100644
index 0000000..4ca0aa3
--- /dev/null
+++ b/src/views/commandScreen/dialogCompnnents/major-hidder.vue
@@ -0,0 +1,1248 @@
+
+
+
+
+
+
序号
+
状态
+
隐患级别
+
隐患描述及要求
+
整改时限
+
检查人
+
检查时间
+
整改人
+
分包单位
+
操作
+
+
+
+
{{ index + 1 }}
+
{{ item.workerName }}
+
+
+
+
+
+
{{ item.phoneNumber }}
+
{{ item.personType == 1 ? item.teamName : item.personType == 2 ? item.departmentName : "" }}
+
+
{{ item.phoneNumber }}
+
+
+
+
+
+
+
+
+
+
+