点位检查标准合格照片隐藏
parent
5f637ee9cf
commit
366023b394
|
@ -76,7 +76,7 @@
|
|||
<th>消防设备编号</th>
|
||||
<th>检查情况</th>
|
||||
<th>点位检查照片</th>
|
||||
<th>点位合格照片</th>
|
||||
<!-- <th>点位合格照片</th>-->
|
||||
</tr>
|
||||
<template v-if="varList.length !== 0">
|
||||
<tr v-for="(data,index) in varList" :key="index">
|
||||
|
@ -108,11 +108,11 @@
|
|||
<a style="text-decoration: underline" @click="qualified(data.EQUIPMENT_POINT_ID,14)">点位检查照片</a>
|
||||
</td>
|
||||
</template>
|
||||
<template>
|
||||
<td v-if="data.INDEX_F == '1'" :rowspan="data.ROWSPAN" class="text-center">
|
||||
<a style="text-decoration: underline" @click="qualified(data.QUALIFIED_PHOTOS_ID,115)">点位合格照片</a>
|
||||
</td>
|
||||
</template>
|
||||
<!-- <template>-->
|
||||
<!-- <td v-if="data.INDEX_F == '1'" :rowspan="data.ROWSPAN" class="text-center">-->
|
||||
<!-- <a style="text-decoration: underline" @click="qualified(data.QUALIFIED_PHOTOS_ID,115)">点位合格照片</a>-->
|
||||
<!-- </td>-->
|
||||
<!-- </template>-->
|
||||
</tr>
|
||||
</template>
|
||||
<template v-else>
|
||||
|
|
|
@ -96,7 +96,8 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="dy-card-content">
|
||||
<!--点位检查合格标准照片-->
|
||||
<div class="dy-card-content" v-if="false">
|
||||
<div v-if="images.length > 0 " class="dy-card-content-item">
|
||||
<div class="title">
|
||||
<span class="l"></span>
|
||||
|
|
Loading…
Reference in New Issue