|
@@ -281,6 +281,9 @@
|
|
|
<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 == '510'"
|
|
|
+ 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">
|