{extend name="../../admin/view/main"} {block name="button"} {/block} {block name="content"}
| 激活码 | 有效天数 | 销售价格 | 佣金 | 使用状态 | 使用时间 | 使用者 | 结算状态 | 生成时间 |
|---|---|---|---|---|---|---|---|---|
| {$vo.code} | {$vo.days} 天 | {$vo.price} | {$vo.commission} | {if $vo.is_used eq 1} 已使用 {else} 未使用 {/if} | {$vo.used_at|format_datetime|default='--'} | {$vo.used_by|default='--'} | {if $vo.status eq 1} 已结算 {else} 未结算 {/if} | {$vo.created_at|format_datetime} |