1.监控中心 - 设备监测 根据UI设计图进行页面优化
2.监控中心 - 能耗监测 根据UI设计图进行页面优化 3.监控中心 - 环境监测 修改bug,添加loading
This commit is contained in:
@@ -69,12 +69,12 @@
|
||||
// }
|
||||
// }
|
||||
seriesList.push({
|
||||
name: data.value[i].deviceName,
|
||||
name: data.value[i].name,
|
||||
data: data.value[i].data,
|
||||
type: 'line',
|
||||
smooth: true,
|
||||
});
|
||||
legendList.push(data.value[i].deviceName);
|
||||
legendList.push(data.value[i].name);
|
||||
}
|
||||
const option = {
|
||||
legend: {
|
||||
|
Reference in New Issue
Block a user