{foreach $list as $k=>$v} {/foreach}
序号 uuid 投递日期 延迟投递时间(S) 最迟确认时间(S) 消费超时时间(S) 消费失败重试间隔(S) 下一次重试时间(S) 操作
{$k+1} {$v.uuid} {$v.push_time} {if (empty($v.wait_time))} {$v.delay_time} {/if} {$v.wait_time} {$v.out_time} {$v.retry_seconds|json_encode} {$v.retry_time} {if ($v.type=='failed' || $v.type=='timeout')} {/if}
{$page|raw}