{include file="head.html"}
店铺订单统计
{include file="stat/nav.html"}
开始
结束
查询
总计营业额{$total_money|intval}{if $field eq 'money'}元{else}单{/if}
统计图
详细列表
{foreach item=c from=$list}
{if $field eq 'money'}
{$c.shop_name} 营业额¥
{$c.money}
元
{else}
{$c.shop_name} 成功订单数
{$c.ordernum}
单
{/if}
{/foreach}
{include file="footer.html"}