|
@@ -29,6 +29,9 @@
|
|
<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 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>
|