diff --git a/src/views/commandScreen/components/leftBottom.vue b/src/views/commandScreen/components/leftBottom.vue index e1d25e1..03f35f3 100644 --- a/src/views/commandScreen/components/leftBottom.vue +++ b/src/views/commandScreen/components/leftBottom.vue @@ -27,7 +27,7 @@ -
+ +
+
排名
+
姓名
+
分包单位
+
整改数量
+
发起隐患数
+
整改率
+
及时整改率
+
+
+ +
+
{{ index + 1 }}
+
{{ item.workerName }}
+
{{ item.enterpriseName }}
+
{{ item.createDangerNum || item.rectifiedNum}}
+
{{ item.rectifiedNum }}
+
{{ item.rectifiedNumRatio }}
+
{{ item.rectifiedNumRatioTimely }}
+
+
+
+ +

暂无数据

+
@@ -214,14 +240,29 @@ const handleClick = (tab: TabsPaneContext, event: Event) => { activeIndex.value = tab.index; console.log(tab); if (tab.index == "0") { - getMemberJobStatusFn(); - } else if (tab.index == "1") { - getInspectManStatusFn(); - } else if (tab.index == "2") { getEnterpriseStatusFn(); + // getMemberJobStatusFn(); + } else if (tab.index == "1") { + getMemberJobStatusFn(); + // getInspectManStatusFn(); + } else if (tab.index == "2") { + getInspectManStatusFn(); + // getEnterpriseStatusFn(); } console.log("activeIndex", activeIndex.value); }; +// const handleClick = (tab: TabsPaneContext, event: Event) => { +// activeIndex.value = tab.index; +// console.log(tab); +// if (tab.index == "0") { +// getMemberJobStatusFn(); +// } else if (tab.index == "1") { +// getInspectManStatusFn(); +// } else if (tab.index == "2") { +// getEnterpriseStatusFn(); +// } +// console.log("activeIndex", activeIndex.value); +// }; function Pie() { let dataArr = []; for (var i = 0; i < 150; i++) { @@ -499,7 +540,8 @@ function drawEchart2() { // }) } onMounted(async () => { - getMemberJobStatusFn(); + getEnterpriseStatusFn(); + // getMemberJobStatusFn(); getPersonList(); });