工程信息管理添加删除功能
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user