暂态事件-波形解析接口调试
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user