审批详情新增特种作业照片
parent
874ac14100
commit
8bce57553c
|
@ -263,6 +263,26 @@
|
|||
<td style="width: 180px">{{ item.SPECIAL_TYPE_NAME }}</td>
|
||||
<th style="width: 150px">操作项目</th>
|
||||
<td>{{ item.OPERATION_TYPE_NAME }}</td>
|
||||
<th style="width: 100px">证书照片</th>
|
||||
<td>
|
||||
<span>
|
||||
<div class="img-flex">
|
||||
<viewer>
|
||||
<img
|
||||
:src="config.fileUrl + item.FILEPATH"
|
||||
width="40"
|
||||
height="40"
|
||||
style="object-fit: cover;">
|
||||
<img
|
||||
v-if="item.FILEPATH_BACK"
|
||||
:src="config.fileUrl + item.FILEPATH_BACK"
|
||||
width="40"
|
||||
height="40"
|
||||
style="object-fit: cover;">
|
||||
</viewer>
|
||||
</div>
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>特种作业证书编号</th>
|
||||
|
|
Loading…
Reference in New Issue