暂态事件-波形解析接口调试

This commit is contained in:
zhujiyan
2024-08-01 10:55:08 +08:00
parent 06c08c416e
commit f056aa3eb1
4 changed files with 85 additions and 51 deletions

View File

@@ -202,6 +202,15 @@ export default {
this.boxoList.evtParamTm +
"s";
}else {
console.log( this.boxoList.subName,"0000000000000000");
if((this.boxoList.featureAmplitude * 100).toFixed(0)){
this.boxoList.featureAmplitude= (this.boxoList.featureAmplitude * 100).toFixed(0)
}
for(var key in this.boxoList) {
if(this.boxoList[key]==null||!this.boxoList[key]){
this.boxoList[key]='/'
}
}
this.titles =
"变电站名称:" +
this.boxoList.subName +
@@ -210,7 +219,7 @@ export default {
" 发生时刻:" +
this.boxoList.startTime +
" 暂降(骤升)幅值:" +
(this.boxoList.featureAmplitude * 100).toFixed(0) +
this.boxoList.featureAmplitude+
"% 持续时间:" +
this.boxoList.duration +
"s";