复刻冀北地图

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

@@ -205,7 +205,7 @@ export default {
" 发生时刻:" +
this.boxoList.startTime +
" 暂降(骤升)幅值:" +
(this.boxoList.featureAmplitude * 1).toFixed(0) +
(this.boxoList.featureAmplitude * 100).toFixed(2) +
"% 持续时间:" +
this.boxoList.duration +
"s";
@@ -231,7 +231,7 @@ export default {
" 发生时刻:" +
this.boxoList.startTime +
" 暂降(骤升)幅值:" +
(this.boxoList.featureAmplitude * 1).toFixed(0) +
(this.boxoList.featureAmplitude * 100).toFixed(2) +
"% 持续时间:" +
this.boxoList.duration +
"s";
@@ -925,7 +925,7 @@ export default {
},
title: {
left: "center",
text: "电网侧-电压 " + title,
text: title,
subtitle: {
text: "电压",
align: "left",