| | |
| | | color:'#00FFFF', |
| | | }, |
| | | borderColor:'#00FFFF', |
| | | backgroundColor:'rbga(1,247,253,0.6)', |
| | | backgroundColor:'#238d8d6b', |
| | | formatter:function(a){ |
| | | let list=[] |
| | | let listItem='' |
| | |
| | | label: { |
| | | normal: { |
| | | position: "outer", |
| | | // paddding: [-100, 70], |
| | | padding: [0, -55], |
| | | color: "#01f7fd", |
| | | fontSize: 12, |
| | |
| | | </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> |