|
@@ -28,9 +28,21 @@
|
|
@click="dropLocation(item.latitude,item.longitude)">
|
|
@click="dropLocation(item.latitude,item.longitude)">
|
|
<div class="bgt-img">
|
|
<div class="bgt-img">
|
|
<img v-if="item.picturePath!=null&&item.picturePath!=''" :src="item.picturePath"
|
|
<img v-if="item.picturePath!=null&&item.picturePath!=''" :src="item.picturePath"
|
|
- style="width: 93px;height: 64px"/>
|
|
|
|
|
|
+ style="width: 93px;height: 64px" />
|
|
|
|
+ <img v-else-if="item.eventType == '510'" src="../assets/images/水压.png"
|
|
|
|
+ style="width: 93px;height: 64px" />
|
|
|
|
+ <img v-else-if="item.eventType == '510'" src="../assets/images/水尺.png"
|
|
|
|
+ style="width: 93px;height: 64px" />
|
|
|
|
+ <img v-else-if="item.eventType == '511'" src="../assets/images/水流速.png"
|
|
|
|
+ style="width: 93px;height: 64px" />
|
|
|
|
+ <img v-else-if="item.eventType == '403'" src="../assets/images/土壤墒情监测.png"
|
|
|
|
+ style="width: 93px;height: 64px" />
|
|
|
|
+ <img v-else-if="item.eventType == '601'" src="../assets/images/大气监测.png"
|
|
|
|
+ style="width: 93px;height: 64px" />
|
|
|
|
+ <img v-else-if="item.eventType == '602'" src="../assets/images/水质监测.png"
|
|
|
|
+ style="width: 93px;height: 64px" />
|
|
<img v-else src="../assets/images/integrated/event-img-sub.png"
|
|
<img v-else src="../assets/images/integrated/event-img-sub.png"
|
|
- style="width: 93px;height: 64px"/>
|
|
|
|
|
|
+ style="width: 93px;height: 64px" />
|
|
</div>
|
|
</div>
|
|
<div class="bgt-info">
|
|
<div class="bgt-info">
|
|
<div v-if="item.eventStatusValue=='forest_event_status_1'&&item.urgeCount==0"
|
|
<div v-if="item.eventStatusValue=='forest_event_status_1'&&item.urgeCount==0"
|