接受交底人,完工验收添加多张签字图片逻辑修改

20240528Test
WenShiJun 2024-06-21 17:41:52 +08:00
parent 5bbe79885f
commit 9f0ffebe6f
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@
</tr>
<tr v-if="pd.LEADER_USER_SIGNER_PATH">
<td colspan="6">
<div>所在单位意见{{ pd.LEADER_CONTENT === '无' ? '同意' : pd.LEADER_CONTENT }}</div>
<div>属地监管单位意见{{ pd.LEADER_CONTENT === '无' ? '同意' : pd.LEADER_CONTENT }}</div>
<div style="text-align: right">
<span>签字</span>
<img v-viewer :src="config.fileUrl + pd.LEADER_USER_SIGNER_PATH" alt="" width="100" height="100">