| | |
| | | <template #leftBlock3> |
| | | <CountView></CountView> |
| | | </template> |
| | | <template #rightBlock1> |
| | | <DeviceChart @should-reload="reloadAllData"></DeviceChart> |
| | | </template> |
| | | <template #rightBlock2> |
| | | <MaterialChart @should-reload="reloadAllData"></MaterialChart> |
| | | </template> |
| | |
| | | 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, |