From 301a55f959a7376c15a87a70338334b7224223e4 Mon Sep 17 00:00:00 2001
From: yangfeng <wanwan926_4@163.com>
Date: 星期五, 01 十二月 2023 16:12:37 +0800
Subject: [PATCH] 机器开机率和数量统计

---
 src/views/cockpitPage/index.vue |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/src/views/cockpitPage/index.vue b/src/views/cockpitPage/index.vue
index cdbdd18..f0ce3f4 100644
--- a/src/views/cockpitPage/index.vue
+++ b/src/views/cockpitPage/index.vue
@@ -3,6 +3,12 @@
     <template #leftBlock1>
       <StatisticalBox></StatisticalBox>
     </template>
+    <template #leftBlock2>
+      <MachineStartupRate></MachineStartupRate>
+    </template>
+    <template #leftBlock3>
+      <CountView></CountView>
+    </template>
     <template #rightBlock2>
       <MaterialChart @should-reload="reloadAllData"></MaterialChart>
     </template>
@@ -14,6 +20,8 @@
 
 <script>
 import StatisticalBox from "@/views/cockpitPage/components/StatisticalBox";
+import MachineStartupRate from "@/views/cockpitPage/components/MachineStartupRate";
+import CountView from "@/views/cockpitPage/components/CountView";
 import BackgroundBoardLayout from "@/components/cockpitPage/BackgroundBoardLayout.vue";
 import MaterialChart from "@/views/cockpitPage/components/MaterialChart.vue";
 import BarChart from "@/views/cockpitPage/components/BarChart.vue";
@@ -23,6 +31,8 @@
     BackgroundBoardLayout,
     MaterialChart,
     BarChart,
+    MachineStartupRate,
+    CountView,
   },
   props: {},
   data() {

--
Gitblit v1.8.0