修改 海南测试bug

This commit is contained in:
GGJ
2024-12-11 16:14:08 +08:00
parent 9b952f2016
commit 16c25ddf6b
28 changed files with 338 additions and 220 deletions

View File

@@ -118,7 +118,7 @@ export default {
backbxlb() {
if (this.echartlist.length > 0) {
this.waveDatas = []
this.echartlist.forEach(item => {
item.dispose(); // 销毁echarts实例
@@ -205,7 +205,7 @@ export default {
" 发生时刻:" +
this.boxoList.startTime +
" 暂降(骤升)幅值:" +
(this.boxoList.featureAmplitude * 100).toFixed(0) +
(this.boxoList.featureAmplitude * 1).toFixed(0) +
"% 持续时间:" +
this.boxoList.duration +
"s";
@@ -231,7 +231,7 @@ export default {
" 发生时刻:" +
this.boxoList.startTime +
" 暂降(骤升)幅值:" +
(this.boxoList.featureAmplitude * 100).toFixed(0) +
(this.boxoList.featureAmplitude * 1).toFixed(0) +
"% 持续时间:" +
this.boxoList.duration +
"s";
@@ -672,10 +672,10 @@ export default {
let cu = null,
rmscu = null,
rmscm = null,
title =null,
unit =null,
max =null,
min=null;
title = null,
unit = null,
max = null,
min = null;
let a = null,
b = "",
c = "";
@@ -871,7 +871,7 @@ export default {
" 发生时刻:" +
this.time +
" 暂降(骤升)幅值:" +
(this.eventValue * 100).toFixed(0) +
(this.eventValue * 1).toFixed(0) +
"% 持续时间:" +
this.persistTime +
"s";
@@ -920,7 +920,7 @@ export default {
opacity: 0.35,
fontSize: 14,
},
backgroundColor: "rgba(0,0,0,0.35)",
backgroundColor: "rgba(0,0,0,0.55)",
borderWidth: 0,
},
title: {
@@ -1191,13 +1191,13 @@ export default {
b = "",
c = "";
let max, min, unit;
let adata =null,
bdata =null,
cdata =null;
let radata =null,
rbdata =null,
rcdata =null;
let colors =[];
let adata = null,
bdata = null,
cdata = null;
let radata = null,
rbdata = null,
rcdata = null;
let colors = [];
switch (this.iphasic) {
case 1:
a = waveDataTemp.title.aTitle;
@@ -1255,12 +1255,12 @@ export default {
let myChartes = echarts.init(document.getElementById(rmsId));
//debugger
let titlename = ''
let titlename = ''
if (this.boxoList.systemType == "ZL") {
let str = []
str = rmsId.split('s')
let str1 = Number(str[1])
this.wp.channelNames.forEach((element, i) => {
if (i == 4 || i == 7 || i == 10) {
if (str1 == 1 && i == 4) {
@@ -1341,7 +1341,7 @@ export default {
opacity: 0.35,
fontSize: 14,
},
backgroundColor: "rgba(0,0,0,0.35)",
backgroundColor: "rgba(0,0,0,0.55)",
borderWidth: 0,
},
title: {