|
@@ -277,12 +277,12 @@
|
|
|
v-model="eventSearch" @change="searchEvent(eventSearch)">
|
|
|
</el-input>
|
|
|
</div>
|
|
|
- <div class="d-l-con padding-box nowrap" v-for="(item,index) in eventList"
|
|
|
- @click="dropLocation(item.latitude,item.longitude)">
|
|
|
+ <div class="d-l-con padding-box nowrap" v-for="(item,index) in eventList"
|
|
|
+ @click="dropLocation(item.latitude,item.longitude)" data-html2canvas-ignore>
|
|
|
<div class="bgt-img">
|
|
|
<img v-if="item.picturePath!=null&&item.picturePath!=''&& item.pictureType=='image'"
|
|
|
:src="item.picturePath"
|
|
|
- style="width: 93px;height: 64px"/>
|
|
|
+ style="width: 93px;height: 64px" loading="lazy"/>
|
|
|
<img v-else src="../assets/images/integrated/event-img-sub.png" style="width: 93px;height: 64px"/>
|
|
|
</div>
|
|
|
<div class="bgt-info">
|