haoxuan
2023-12-01 c58faef08795d83d4e284f3bc8acfed5df33f028
src/views/cockpitPage/index.vue
@@ -9,6 +9,9 @@
    <template #leftBlock3>
      <CountView></CountView>
    </template>
    <template #rightBlock1>
      <DeviceChart @should-reload="reloadAllData"></DeviceChart>
    </template>
    <template #rightBlock2>
      <MaterialChart @should-reload="reloadAllData"></MaterialChart>
    </template>
@@ -23,12 +26,14 @@
import MachineStartupRate from "@/views/cockpitPage/components/MachineStartupRate";
import CountView from "@/views/cockpitPage/components/CountView";
import BackgroundBoardLayout from "@/components/cockpitPage/BackgroundBoardLayout.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";
export default {
  components: {
    StatisticalBox,
    BackgroundBoardLayout,
    DeviceChart,
    MaterialChart,
    BarChart,
    MachineStartupRate,