点位检查标准合格照片隐藏

pull/5/head
dearlin 2023-11-16 08:57:51 +08:00
parent 5f637ee9cf
commit 366023b394
2 changed files with 8 additions and 7 deletions

View File

@ -76,7 +76,7 @@
<th>消防设备编号</th> <th>消防设备编号</th>
<th>检查情况</th> <th>检查情况</th>
<th>点位检查照片</th> <th>点位检查照片</th>
<th>点位合格照片</th> <!-- <th>点位合格照片</th>-->
</tr> </tr>
<template v-if="varList.length !== 0"> <template v-if="varList.length !== 0">
<tr v-for="(data,index) in varList" :key="index"> <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> <a style="text-decoration: underline" @click="qualified(data.EQUIPMENT_POINT_ID,14)"></a>
</td> </td>
</template> </template>
<template> <!-- <template>-->
<td v-if="data.INDEX_F == '1'" :rowspan="data.ROWSPAN" class="text-center"> <!-- <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> <!-- <a style="text-decoration: underline" @click="qualified(data.QUALIFIED_PHOTOS_ID,115)"></a>-->
</td> <!-- </td>-->
</template> <!-- </template>-->
</tr> </tr>
</template> </template>
<template v-else> <template v-else>

View File

@ -96,7 +96,8 @@
</div> </div>
</div> </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 v-if="images.length > 0 " class="dy-card-content-item">
<div class="title"> <div class="title">
<span class="l"></span> <span class="l"></span>