|
@@ -579,7 +579,7 @@ export default {
|
|
|
markersMap.icon = 'sj-icon-map-banjie'
|
|
|
} else if (this.eventList[i].eventStatusValue == 'forest_event_status_6') {
|
|
|
markersMap.click = 'showEventDialog'
|
|
|
- markersMap.icon = 'sj-icon-map-guidnag'
|
|
|
+ markersMap.icon = 'sj-icon-map-guidang'
|
|
|
}
|
|
|
markersMap.parameter = this.eventList[i].eventCode
|
|
|
markersMap.lng = this.eventList[i].longitude
|
|
@@ -938,7 +938,7 @@ export default {
|
|
|
markersMap.icon = 'sj-icon-map-banjie'
|
|
|
} else if (this.eventList[i].eventStatusValue == 'forest_event_status_6') {
|
|
|
markersMap.click = 'showEventDialog'
|
|
|
- markersMap.icon = 'sj-icon-map-guidnag'
|
|
|
+ markersMap.icon = 'sj-icon-map-guidang'
|
|
|
}
|
|
|
markersMap.parameter = this.eventList[i].eventCode
|
|
|
markersMap.lng = this.eventList[i].longitude
|