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 @@