station 地图icon弹窗信息字段补充
This commit is contained in:
parent
cbc576d15f
commit
a4e284711c
|
@ -226,7 +226,10 @@ export default {
|
|||
result.lon = decimalToDms(result.lon || result.longitude)
|
||||
result.lat = decimalToDms(result.lat || result.latitude, false)
|
||||
|
||||
this.currStationInfo = result
|
||||
let params = this.currList.find(item => {
|
||||
return item.stationId === result.stationId
|
||||
})
|
||||
this.currStationInfo = {result,...params}
|
||||
} else {
|
||||
this.$message.error(message)
|
||||
}
|
||||
|
|
|
@ -116,6 +116,24 @@ export default {
|
|||
}, {
|
||||
label: 'TYPE',
|
||||
key: 'type'
|
||||
}, {
|
||||
label: 'USED',
|
||||
key: 'used'
|
||||
}, {
|
||||
label: 'PHD',
|
||||
key: 'phd'
|
||||
}, {
|
||||
label: 'PHDF',
|
||||
key: 'phdf'
|
||||
}, {
|
||||
label: 'MET',
|
||||
key: 'met'
|
||||
}, {
|
||||
label: 'SOH',
|
||||
key: 'soh'
|
||||
}, {
|
||||
label: 'PHDF+MET+SOH',
|
||||
key: 'phdMetSoh'
|
||||
}],
|
||||
[MarkerType.ImsRnStationG]: [{
|
||||
label: 'COUNTRYCODE',
|
||||
|
@ -153,6 +171,24 @@ export default {
|
|||
}, {
|
||||
label: 'TYPE',
|
||||
key: 'type'
|
||||
}, {
|
||||
label: 'USED',
|
||||
key: 'used'
|
||||
}, {
|
||||
label: 'PHD',
|
||||
key: 'phd'
|
||||
}, {
|
||||
label: 'PHDF',
|
||||
key: 'phdf'
|
||||
}, {
|
||||
label: 'MET',
|
||||
key: 'met'
|
||||
}, {
|
||||
label: 'SOH',
|
||||
key: 'soh'
|
||||
}, {
|
||||
label: 'PHDF+MET+SOH',
|
||||
key: 'phdMetSoh'
|
||||
}],
|
||||
[MarkerType.NRL]: [{
|
||||
label: 'COUNTRYCODE',
|
||||
|
|
Loading…
Reference in New Issue
Block a user