工程信息管理添加删除功能
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'
|
||||
|
||||
@@ -173,7 +173,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'
|
||||
@@ -738,10 +738,10 @@ export default {
|
||||
itemStyle: {
|
||||
color: '#FFCC00'
|
||||
},
|
||||
progressive:1000,
|
||||
progressive: 1000,
|
||||
// 渲染阈值,大于此值则启动渐进渲染
|
||||
progressiveThreshold: 2000,
|
||||
|
||||
|
||||
large: true,
|
||||
data: adata
|
||||
},
|
||||
@@ -754,10 +754,10 @@ export default {
|
||||
itemStyle: {
|
||||
color: '#009900'
|
||||
},
|
||||
progressive:1000,
|
||||
progressive: 1000,
|
||||
// 渲染阈值,大于此值则启动渐进渲染
|
||||
progressiveThreshold: 2000,
|
||||
|
||||
|
||||
large: true,
|
||||
data: bdata
|
||||
},
|
||||
@@ -770,10 +770,10 @@ export default {
|
||||
itemStyle: {
|
||||
color: '#CC0000'
|
||||
},
|
||||
progressive:1000,
|
||||
progressive: 1000,
|
||||
// 渲染阈值,大于此值则启动渐进渲染
|
||||
progressiveThreshold: 2000,
|
||||
|
||||
|
||||
large: true,
|
||||
data: cdata
|
||||
},
|
||||
@@ -785,7 +785,7 @@ export default {
|
||||
width: 18,
|
||||
height: 18
|
||||
},
|
||||
|
||||
|
||||
data: cu
|
||||
}
|
||||
]
|
||||
@@ -1104,7 +1104,7 @@ export default {
|
||||
color: '#FFCC00'
|
||||
},
|
||||
large: true,
|
||||
progressive:1000,
|
||||
progressive: 1000,
|
||||
// 渲染阈值,大于此值则启动渐进渲染
|
||||
progressiveThreshold: 2000,
|
||||
data: adata
|
||||
@@ -1118,7 +1118,7 @@ export default {
|
||||
itemStyle: {
|
||||
color: '#009900'
|
||||
},
|
||||
progressive:1000,
|
||||
progressive: 1000,
|
||||
// 渲染阈值,大于此值则启动渐进渲染
|
||||
progressiveThreshold: 2000,
|
||||
large: true,
|
||||
@@ -1133,7 +1133,7 @@ export default {
|
||||
itemStyle: {
|
||||
color: '#CC0000'
|
||||
},
|
||||
progressive:1000,
|
||||
progressive: 1000,
|
||||
// 渲染阈值,大于此值则启动渐进渲染
|
||||
progressiveThreshold: 2000,
|
||||
large: true,
|
||||
|
||||
Reference in New Issue
Block a user