|
@@ -252,7 +252,7 @@
|
|
<dv-border-box-13 backgroundColor="rgba(12, 19, 38, .90)" style="padding-bottom: 1rem;">
|
|
<dv-border-box-13 backgroundColor="rgba(12, 19, 38, .90)" style="padding-bottom: 1rem;">
|
|
<img src="../assets/images/integrated/light.png" style="width: 100%; margin-top: .4rem;" />
|
|
<img src="../assets/images/integrated/light.png" style="width: 100%; margin-top: .4rem;" />
|
|
<div class="this-title">
|
|
<div class="this-title">
|
|
- <span>曝光台</span>
|
|
|
|
|
|
+ <span>超期事件</span>
|
|
<dv-decoration-3 style="width:150px;height:15px;margin-right: 1rem;" />
|
|
<dv-decoration-3 style="width:150px;height:15px;margin-right: 1rem;" />
|
|
</div>
|
|
</div>
|
|
<div class="i-list-con small-bottom-margin h-18">
|
|
<div class="i-list-con small-bottom-margin h-18">
|
|
@@ -289,7 +289,7 @@
|
|
</el-input>
|
|
</el-input>
|
|
</div>
|
|
</div>
|
|
<div class="d-l-con padding-box nowrap" v-for="(item, index) in eventList"
|
|
<div class="d-l-con padding-box nowrap" v-for="(item, index) in eventList"
|
|
- @click="dropLocation(item.latitude, item.longitude)" data-html2canvas-ignore>
|
|
|
|
|
|
+ @click="dropLocation(item.latitude, item.longitude,item.eventCode)" data-html2canvas-ignore>
|
|
<div class="bgt-img">
|
|
<div class="bgt-img">
|
|
<img v-if="item.picturePath != null && item.picturePath != '' && item.pictureType == 'image'"
|
|
<img v-if="item.picturePath != null && item.picturePath != '' && item.pictureType == 'image'"
|
|
:src="item.picturePath" style="width: 93px;height: 64px" loading="lazy" />
|
|
:src="item.picturePath" style="width: 93px;height: 64px" loading="lazy" />
|
|
@@ -639,8 +639,9 @@ export default {
|
|
// }
|
|
// }
|
|
// })
|
|
// })
|
|
// },
|
|
// },
|
|
- dropLocation(lat, lng) {
|
|
|
|
- this.$refs.supermap.dropLocation(lat, lng)
|
|
|
|
|
|
+ dropLocation(lat, lng,eventCode) {
|
|
|
|
+ this.$refs.supermap.dropLocation(lat, lng,18)
|
|
|
|
+ this.showEventDialog(eventCode)
|
|
},
|
|
},
|
|
showEventDialog(eventCode) {
|
|
showEventDialog(eventCode) {
|
|
//事件信息弹出
|
|
//事件信息弹出
|