From ac5ea4c47689788facb2471995621c720a06abc8 Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期五, 01 十二月 2023 17:31:34 +0800 Subject: [PATCH] 设备负荷对比分析的组件开发 --- src/views/cockpitPage/index.vue | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/views/cockpitPage/index.vue b/src/views/cockpitPage/index.vue index f5b44ca..476bc4b 100644 --- a/src/views/cockpitPage/index.vue +++ b/src/views/cockpitPage/index.vue @@ -9,6 +9,10 @@ <template #leftBlock3> <CountView></CountView> </template> + + <template #leftBlock6> + <PerSonnelProductivity @should-reload="reloadAllData"></PerSonnelProductivity> + </template> <template #rightBlock1> <DeviceChart @should-reload="reloadAllData"></DeviceChart> </template> @@ -26,6 +30,7 @@ import MachineStartupRate from "@/views/cockpitPage/components/MachineStartupRate"; import CountView from "@/views/cockpitPage/components/CountView"; import BackgroundBoardLayout from "@/components/cockpitPage/BackgroundBoardLayout.vue"; +import PerSonnelProductivity from "@/views/cockpitPage/components/PerSonnelProductivity.vue"; import DeviceChart from "@/views/cockpitPage/components/DeviceChart.vue"; import MaterialChart from "@/views/cockpitPage/components/MaterialChart.vue"; import BarChart from "@/views/cockpitPage/components/BarChart.vue"; @@ -33,6 +38,7 @@ components: { StatisticalBox, BackgroundBoardLayout, + PerSonnelProductivity, DeviceChart, MaterialChart, BarChart, -- Gitblit v1.8.0