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

Vehicle repair record

{notempty name="$detail.fileArray"} {/notempty}
Vehicle name {$detail.car} Repair location {$detail.address}
Repair date {$detail.repair_time|date='Y-m-d'} Cost {$detail.amount} Handler {$detail.handled_name}
Attachments
{volist name="$detail.fileArray" id="vo"}
{:file_card($vo,'view')}
{/volist}
Details {$detail.content|default=''}
{/block} {block name="script"} {/block}