{{extend name="layout/content" /} {block name="header"}
| ID | 代金券 | key | 面值 | 有效时间 | 账号 | 状态 | 使用状态 | 使用时间 | 操作 | |
|---|---|---|---|---|---|---|---|---|---|---|
| {$vo.id} | {$vo.name} | {$vo.code} | 面值:{$vo.money}(最低使用金额: {$vo.min_money}) | {switch name="$vo.type_id" } {case value="1"} {:date("Y-m-d H:i:s",$vo.coupon_start_time)}-{:date("Y-m-d 23:59:59",$vo.coupon_end_time)} {/case} {case value="2"}{$vo.start_time}-{$vo.end_time}{/case} {/switch} | {$vo.username} | {$vo.state == 1 ?"有效":"冻结"}{$vo.state_str} | {switch name="$vo.is_use" } {case value="1"}未使用{/case} {case value="2"}使用中{/case} {case value="3"}已使用{/case} {/switch} | {$vo.use_time} | {if condition="$vo.state eq 1"} 冻结 {else/} 解冻 {/if} 复制key |