筛选
| 用户ID | 标题 | 图标 | {if $type == 1}折扣{else}面额{/if} | 兑换时间 | 折扣券状态 | {if $_GPC['status'] == '2'}核销人 | 核销门店 | 使用时间 | {/if}操作 |
|---|---|---|---|---|---|---|---|---|---|
| {$item['uid']} | {$item['title']} | {$item['discount']} | {php echo date('Y-m-d H:i', $item['granttime'])} | {if $item['status'] == 1} 未使用 {else} 已使用 {/if} | {if $_GPC['status'] == '2'}{$item['clerk_cn']} | {if !empty($item['store_cn'])}{$item['store_cn']}{else}系统后台{/if} | {if $item['status'] == 1} {else} {php echo date('Y-m-d H:i', $item['usetime'])} {/if} | {/if}{if $item['status'] !== '2'} 核销 {/if} 删除 |