|
@@ -286,6 +286,12 @@
|
|
<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"/>
|
|
|
|
+ <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>
|