|
@@ -11,8 +11,8 @@
|
|
|
<td align="right">{$v.approve_time|default='--'}</td>
|
|
|
</tr>
|
|
|
</table>
|
|
|
- {if ($v.user.signature_status eq 3)}
|
|
|
- <div style="line-height: 100%;"><img src="{$v.user.signature}" height="30px" style="vertical-align:top;"></div>
|
|
|
+ {if ($v.user.signature_status eq 3 && $v.user.signature)}
|
|
|
+ <img src="{$v.user.signature}" height="30px" style="vertical-align:top;">
|
|
|
{/if}
|
|
|
</td>
|
|
|
</tr>
|