|
@@ -177,13 +177,13 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<!--化学品报警抓拍 -->
|
|
|
- <div class="bottom-max-big-box" v-if="(infoData.warnType==1&&infoData.noticeStatus==1) || infoData.warnType==2 ||infoData.warnType==3">
|
|
|
+<!-- <div class="bottom-max-big-box" v-if="(infoData.warnType==1&&infoData.noticeStatus==1) || infoData.warnType==2 ||infoData.warnType==3">
|
|
|
<p class="title-p">报警抓拍</p>
|
|
|
<div class="img-list-box">
|
|
|
<img v-for="(item,index) in infoData.snapImg" :key="index"
|
|
|
:src="item" @click="lookImg(item,index)">
|
|
|
</div>
|
|
|
- </div>
|
|
|
+ </div>-->
|
|
|
<div class="bottom-max-big-box ">
|
|
|
<p class="title-p">通知记录</p>
|
|
|
<div class="table-max-big-box">
|