fix:设备告警 网关告警

This commit is contained in:
zhaohy
2024-07-22 10:34:40 +08:00
parent 57d97eb3e2
commit 4c2989239d
18 changed files with 218 additions and 180 deletions

View File

@@ -48,7 +48,6 @@
name: 'alarmOverviewIndex', // 与页面路由name一致缓存才可生效
});
const info = ref({});
let chartInstance: echarts.ECharts | null = null;
let chartInstanceOne: echarts.ECharts | null = null;
let chartInstanceTow: echarts.ECharts | null = null;
@@ -57,8 +56,11 @@
const echartPieTow = ref(null);
const getGraphChart = () => {
let dayData = [];
// 能源告警
let energyAlarm = [];
// 网关告警
let wgAlarm = [];
// 设备告警
let equipmentAlarm = [];
let total = [];