| | |
| | | <template #leftBlock1> |
| | | <StatisticalBox></StatisticalBox> |
| | | </template> |
| | | <template #leftBlock2> |
| | | <MachineStartupRate></MachineStartupRate> |
| | | </template> |
| | | <template #leftBlock3> |
| | | <CountView></CountView> |
| | | </template> |
| | | <template #rightBlock2> |
| | | <MaterialChart @should-reload="reloadAllData"></MaterialChart> |
| | | </template> |
| | |
| | | |
| | | <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"; |
| | |
| | | BackgroundBoardLayout, |
| | | MaterialChart, |
| | | BarChart, |
| | | MachineStartupRate, |
| | | CountView, |
| | | }, |
| | | props: {}, |
| | | data() { |