{extend name="../../base/view/common/base" /} {block name="body"}

Asset repair record

{notempty name="$detail.fileArray"} {/notempty}
Asset name {$detail.property}
Repair date {$detail.repair_time|date='Y-m-d'} Repair cost {$detail.cost} Responsible {$detail.director_name}
Attachments
{volist name="$detail.fileArray" id="vo"}
{:file_card($vo,'view')}
{/volist}
Repair reason {$detail.content|default=''}
{/block} {block name="script"} {/block}