修改冀北页面

This commit is contained in:
guanj
2025-12-01 13:19:18 +08:00
parent a19cbf233e
commit dac950c4c1
13 changed files with 848 additions and 647 deletions

View File

@@ -345,7 +345,7 @@ const echart = () => {
name: '异常占比',
type: 'bar',
barWidth: 13,
data: [monitoringPoints.value.totalOnlineRate - 0],
data: [monitoringPoints.value.totalOnlineRate == 0 ? '' : monitoringPoints.value.totalOnlineRate],
z: 0,
zlevel: 0,
itemStyle: {