工程信息管理添加删除功能

This commit is contained in:
GGJ
2024-11-01 16:17:10 +08:00
parent 59969df8f0
commit c0011a5d5b
6 changed files with 75 additions and 29 deletions

View File

@@ -209,6 +209,8 @@ export default {
this.boxoList.evtParamTm +
"s";
} else if (this.boxoList.systemType == 'WX') {
this.titles =
' 监测点名称:' +
@@ -216,7 +218,7 @@ export default {
' 发生时刻:' +
this.boxoList.startTime +
' 暂降(骤升)幅值:' +
(this.boxoList.featureAmplitude ? this.boxoList.featureAmplitude.toFixed(2) : '-') +
(this.boxoList.featureAmplitude ) +
'% 持续时间:' +
(this.boxoList.persistTime ? this.boxoList.persistTime.toFixed(2) : '-') +
's'