|
@@ -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-state-qr">
|
|
|
+ 确认
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
<div class="bgt-info-name">{{ item.reportor }} {{ item.eventName }}</div>
|
|
|
<div class="bgt-info-place">
|
|
|
<ul>
|
|
@@ -315,7 +321,7 @@ export default {
|
|
|
isAggregation: false
|
|
|
}]
|
|
|
let that = this
|
|
|
- getNearEvent(that.longitude, that.latitude).then(res => {
|
|
|
+ getNearEvent(that.longitude, that.latitude,'').then(res => {
|
|
|
that.markersList = []
|
|
|
that.eventList = res.data
|
|
|
if (that.eventList != null && that.eventList.length > 0) {
|
|
@@ -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
|