src/views/cockpitPage/components/DeviceChart.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/cockpitPage/components/DeviceChart.vue
@@ -136,6 +136,12 @@ } }, }, formatter:function(value){ if(value.length>6){ return `${value.slice(0,4)}...` } return value; } }, data: data.datax ? data.datax : [], },