回访打印

master
xy 1 year ago
parent a9dc72aab4
commit 4b7895f818

@ -152,7 +152,7 @@
</tr> </tr>
<tr> <tr>
<th>服务对象/家属签字</th> <th>服务对象/家属签字</th>
<td colspan="5"> <td colspan="2">
<div style="position: relative; height: 100px"> <div style="position: relative; height: 100px">
<img <img
style=" style="
@ -169,10 +169,21 @@
/> />
</div> </div>
</td> </td>
<th rowspan="2">
回访图片
</th>
<td colspan="3" rowspan="2">
<img v-for="img in detail.files"
:key="img.id"
:src="img.url"
:alt="img.original_name"
style="max-height: 100px;margin-right: 4px;">
</td>
</tr> </tr>
<tr> <tr>
<th>调查人员签字</th> <th>调查人员签字</th>
<td colspan="5"> <td colspan="2">
<div style="position: relative; height: 100px"> <div style="position: relative; height: 100px">
<img <img
style=" style="

Loading…
Cancel
Save