From c7ff1047e74a99b95dbe03a25cc255c23de15c16 Mon Sep 17 00:00:00 2001 From: chenlin Date: Fri, 16 Jan 2026 13:12:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E5=B1=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/screen/companyScreen.vue | 280 ++++++++++++++++++++--------- src/views/screen/mainScreen.vue | 34 ++-- src/views/screen/regionScreen.vue | 58 +++--- src/views/screen/report/index.ts | 28 +-- 4 files changed, 271 insertions(+), 129 deletions(-) diff --git a/src/views/screen/companyScreen.vue b/src/views/screen/companyScreen.vue index 7ad63e8..4b9b791 100644 --- a/src/views/screen/companyScreen.vue +++ b/src/views/screen/companyScreen.vue @@ -34,7 +34,10 @@ 总计
- +
+
+
+ {{ digit }}
@@ -47,9 +50,14 @@ 正式员工
- - {{ digit }} - +
+
+
+
+ + {{ digit }} + +
@@ -59,9 +67,14 @@ 外协人员
- - {{ digit }} - +
+
+
+
+ + {{ digit }} + +
@@ -71,9 +84,14 @@ 访客
- - {{ digit }} - +
+
+
+
+ + {{ digit }} + +
@@ -88,12 +106,14 @@
重大 - {{ +
+ {{ mockData.hiddenDangerData.severityCount }}
一般 - {{ +
+ {{ mockData.hiddenDangerData.generalCount }}
已逾期
@@ -165,7 +186,12 @@
- + --> - @@ -192,34 +218,39 @@
- {{ mockData.alertData.total }} +
+ {{ mockData.alertData.total }}
告警总数 - {{ mockData.alertData.total }} +
+ {{ mockData.alertData.total }}
已处理 - {{ mockData.alertData.processed +
+ {{ mockData.alertData.processed }}
待处理 - {{ mockData.alertData.pending +
+ {{ mockData.alertData.pending }}
处理中 - {{ mockData.alertData.processing +
+ {{ mockData.alertData.processing }}
- +
@@ -229,20 +260,30 @@
- {{ mockData.timeoutWorkOrders.total }} +
+ {{ mockData.timeoutWorkOrders.total }}
超时工单数 - {{ mockData.timeoutWorkOrders.total - }} +
+ {{ mockData.timeoutWorkOrders.total }}
- +
@@ -261,6 +302,9 @@