{extend name="../../admin/view/main"} {block name="content"}
{notempty name='list'} {/notempty} {foreach $list as $key=>$vo} {/foreach}
激活码 代理商 有效天数 销售价格 佣金 上级佣金 使用状态 使用时间 使用者 结算状态 分配时间
{$vo.code} {$vo.agent_name} {$vo.days} 天 {$vo.price} {$vo.commission} {$vo.parent_commission|default='--'} {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} {if auth("settle") and $vo.status eq 0 and $vo.is_used eq 1} 结 算 {/if}
{empty name='list'}没有记录哦{else}{$pagehtml|raw|default=''}{/empty}
{/block}