<{include file="Backend/Common/tpl/nav.tpl"}> <{include file="Backend/Common/tpl/sidebar.tpl"}>

退款记录管理 管理退款记录数据

退款记录列表

<{foreach from=$data item=d }> <{/foreach}>
退款客户 退款ID 退款状态 金额 订单生成时间 备注
<{$d.nickname}> <{$d.order_id}> <{$d.stxt}> <{$d.money}> <{$d.create_time}> <{$d.remark}>
<{include file="Backend/Common/tpl/pager.tpl"}>
<{include file="Backend/Common/tpl/table_resource.tpl"}> <{include file="Backend/Common/tpl/subinfo.tpl"}>