|
@@ -77,6 +77,12 @@
|
|
|
归档
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <div v-if="item.eventStatusValue=='forest_event_status_7'" class="event-state-qr">
|
|
|
+ <i class="el-icon-caret-left"></i>
|
|
|
+ <div class="event-list-stateqr">
|
|
|
+ 确认
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
<div class="bgt-info-name">{{ item.reportor }} {{ item.eventName }}</div>
|
|
|
<div class="bgt-info-place">
|
|
|
<ul>
|
|
@@ -351,6 +357,9 @@ export default {
|
|
|
} else if (that.eventList[i].eventStatusValue == 'forest_event_status_6') {
|
|
|
markersMap.click = 'showEventDialog'
|
|
|
markersMap.icon = 'sj-icon-map-guidang'
|
|
|
+ } else if (that.eventList[i].eventStatusValue == 'forest_event_status_7') {
|
|
|
+ markersMap.click = 'showEventDialog'
|
|
|
+ markersMap.icon = 'sj-icon-map-queren'
|
|
|
}
|
|
|
markersMap.parameter = that.eventList[i].eventCode
|
|
|
markersMap.lng = that.eventList[i].longitude
|