{include file="default/header" title="订单管理"/}
订单管理



{foreach $order as $o} {/foreach}
ID 产品ID 用户ID 账号 开通时间 到期时间 状态 操作
{$o.id} {$o.cartid} {$o.userid} {$o.user} {$o.atime|date="Y-m-d H:i:s",###} {$o.ztime|date="Y-m-d H:i:s",###} {if $o.state=="1"} 正常 {/if} {if $o.state=="2"} 暂停 {/if} {if $o.state=="3"} 终止 {/if} 查看信息
{$order->render()}
{include file="default/footer" /}