第{$index+1}步 {if $step.status == 1} 已通过 {elseif $step.status == 2} 已驳回 {else} 待审核 {/if} {if isset($current_step)} {if $current_step == $index}(当前步骤){/if} {/if}

{if $step.status == 1} {$step.approver.nickname}于{$step.approve_time|date='Y-m-d H:i:s'}审核通过
审核说明:{$step.content}
{elseif $step.status == 2} {$step.approver.nickname}于{$step.approve_time|date='Y-m-d H:i:s'}审核驳回
审核说明:{$step.content}
{else} {/if}