{extend name="../../admin/view/main"} {block name="content"}
| 设备ID | 账号邮箱 | 代理商 | 激活码数量 | 总天数 | 首次激活 | 到期时间 | 剩余天数 | 缓存状态 | 冷却状态 | 操作 |
|---|---|---|---|---|---|---|---|---|---|---|
| {$vo.used_by|default='--'} | {if isset($vo.email)}{$vo.email}{else}--{/if} | {if isset($vo.agent_names)}{$vo.agent_names}{else}--{/if} | {if isset($vo.total_codes)}{$vo.total_codes}{else}0{/if} | {if isset($vo.total_days)}{$vo.total_days} 天{else}0 天{/if} | {if isset($vo.first_activation)}{$vo.first_activation|format_datetime}{else}--{/if} | {if isset($vo.expire_time)}{$vo.expire_time}{else}--{/if} | {if isset($vo.days_left) && $vo.days_left > 0} {$vo.days_left} 天 {else} 已过期 {/if} | {if isset($vo.has_cache) && $vo.has_cache} 已缓存 {else} 无缓存 {/if} | {if isset($vo.in_cooldown) && $vo.in_cooldown} 冷却中 {if isset($vo.cooldown_time)}(至 {$vo.cooldown_time}){/if} {else} 可用 {/if} | {if auth("resetDevice")} 重置账号 {/if} |