| | |
| | | </template> |
| | | <template #leftBlock6> |
| | | <PerSonnelProductivity |
| | | @should-reload="reloadAllData" |
| | | ></PerSonnelProductivity> |
| | | </template> |
| | | <template #rightBlock1> |
| | | <DeviceChart @should-reload="reloadAllData"></DeviceChart> |
| | | <DeviceChart></DeviceChart> |
| | | </template> |
| | | <template #rightBlock2> |
| | | <MaterialChart @should-reload="reloadAllData"></MaterialChart> |
| | | <MaterialChart></MaterialChart> |
| | | </template> |
| | | <template #rightBlock3> |
| | | <BarChart @should-reload="reloadAllData"></BarChart> |
| | | <BarChart></BarChart> |
| | | </template> |
| | | </BackgroundBoardLayout> |
| | | </template> |