复刻冀北地图

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",

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

View File

@@ -8,8 +8,8 @@
<el-option v-for="item in options" :key="item.value" :label="item.label"
:value="item.value"></el-option>
</el-select>
<el-button v-if="view2 && senior" class="ml10" type="primary"
@click="AdvancedAnalytics">高级分析</el-button>
<!-- <el-button v-if="view2 && senior" class="ml10" type="primary"
@click="AdvancedAnalytics">高级分析</el-button> -->
</el-col>
<el-col :span="12">
<el-button @click="backbxlb" class="el-icon-refresh-right" icon="el-icon-CloseBold"