| <{t}>订单号<{/t}> | <{t}>使用时间<{/t}> | <{t}>订单金额<{/t}> | <{t}>使用者<{/t}> | <{t}>该订单使用的优惠券<{/t}> | <{foreach from=$couponloglist item=item}>
|---|---|---|---|---|
| <{$item.order_id}> | <{$item.usetime|date_format:"%Y-%m-%d %H:%M:%S"}> | <{$item.total_amount|cur}> | <{$item.member_name|default:'非会员顾客'}> | <{$item.other_coupon}> |