|
@@ -271,6 +271,15 @@
|
|
|
<div class="bgt-img">
|
|
|
<img v-if="item.picturePath != null && item.picturePath != '' && item.pictureType == 'image'"
|
|
|
:src="item.picturePath" style="width: 93px;height: 64px" loading="lazy" />
|
|
|
+ <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" style="width: 93px;height: 64px" />
|
|
|
</div>
|
|
|
<div class="bgt-info">
|