From d2f746bcee23d0f25d31a8b532926c7e4960c01a Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期五, 01 十二月 2023 16:15:10 +0800
Subject: [PATCH] 车间正品率+物料需求统计的前端开发

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

diff --git a/src/views/cockpitPage/index.vue b/src/views/cockpitPage/index.vue
index dd707b9..cdbdd18 100644
--- a/src/views/cockpitPage/index.vue
+++ b/src/views/cockpitPage/index.vue
@@ -3,6 +3,9 @@
     <template #leftBlock1>
       <StatisticalBox></StatisticalBox>
     </template>
+    <template #rightBlock2>
+      <MaterialChart @should-reload="reloadAllData"></MaterialChart>
+    </template>
     <template #rightBlock3>
       <BarChart @should-reload="reloadAllData"></BarChart>
     </template>
@@ -12,11 +15,13 @@
 <script>
 import StatisticalBox from "@/views/cockpitPage/components/StatisticalBox";
 import BackgroundBoardLayout from "@/components/cockpitPage/BackgroundBoardLayout.vue";
+import MaterialChart from "@/views/cockpitPage/components/MaterialChart.vue";
 import BarChart from "@/views/cockpitPage/components/BarChart.vue";
 export default {
   components: {
     StatisticalBox,
     BackgroundBoardLayout,
+    MaterialChart,
     BarChart,
   },
   props: {},

--
Gitblit v1.8.0