复刻冀北地图

This commit is contained in:
GGJ
2025-01-15 10:44:57 +08:00
parent 72f2c5d0f3
commit 9c688c3bd3
30 changed files with 5996 additions and 174 deletions

View File

@@ -162,7 +162,7 @@ export default {
' 发生时刻:' +
this.boxoList.startTime +
' 暂降(骤升)幅值:' +
(this.boxoList.featureAmplitude * 1).toFixed(0) +
(this.boxoList.featureAmplitude * 100).toFixed(2) +
'% 持续时间:' +
this.boxoList.duration +
's'
@@ -188,7 +188,7 @@ export default {
' 发生时刻:' +
this.boxoList.startTime +
' 暂降(骤升)幅值:' +
(this.boxoList.featureAmplitude * 1).toFixed(0) +
(this.boxoList.featureAmplitude * 100).toFixed(2) +
'% 持续时间:' +
this.boxoList.duration +
's'
@@ -597,7 +597,7 @@ export default {
},
title: {
left: 'center',
text: '电网侧-电压 ' + title,
text: title,
textStyle: {
fontSize: '0.8rem',
color: _this.DColor ? '#fff' : echartsColor.WordColor