|
@@ -1087,10 +1087,10 @@ export default {
|
|
|
keepBindPopup: false,
|
|
|
isAggregation: false
|
|
|
}
|
|
|
- // if (event.eventStatusValue == 'forest_event_status_1' && event.urgeCount == 0) {
|
|
|
- // markersMap.click = 'showEventDialog'
|
|
|
- // markersMap.icon = 'sj-icon-map-xinshangbao'
|
|
|
- // }
|
|
|
+ if (event.eventStatusValue == 'forest_event_status_1' && event.urgeCount == 0) {
|
|
|
+ markersMap.click = 'showEventDialog'
|
|
|
+ markersMap.icon = 'sj-icon-map-xinshangbao'
|
|
|
+ }
|
|
|
if (event.eventStatusValue == 'forest_event_status_1' && event.urgeCount > 0) {
|
|
|
markersMap.click = 'showEventDialog'
|
|
|
markersMap.icon = 'sj-icon-map-cuiban'
|