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.lon = decimalToDms(result.lon || result.longitude)
|
||||||
result.lat = decimalToDms(result.lat || result.latitude, false)
|
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 {
|
} else {
|
||||||
this.$message.error(message)
|
this.$message.error(message)
|
||||||
}
|
}
|
||||||
|
|
|
@ -116,6 +116,24 @@ export default {
|
||||||
}, {
|
}, {
|
||||||
label: 'TYPE',
|
label: 'TYPE',
|
||||||
key: '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]: [{
|
[MarkerType.ImsRnStationG]: [{
|
||||||
label: 'COUNTRYCODE',
|
label: 'COUNTRYCODE',
|
||||||
|
@ -153,6 +171,24 @@ export default {
|
||||||
}, {
|
}, {
|
||||||
label: 'TYPE',
|
label: 'TYPE',
|
||||||
key: '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]: [{
|
[MarkerType.NRL]: [{
|
||||||
label: 'COUNTRYCODE',
|
label: 'COUNTRYCODE',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user