yangfeng
2023-12-01 301a55f959a7376c15a87a70338334b7224223e4
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() {