业务统计
{if $data.products} {foreach from=$data.products item=m}
{'count_ava'|ele:$m:0} {'unit'|ele:$m:_('台')}
{'name'|ele:$m:''}
{/foreach} {/if}
财务统计
{if $data.finance_overview} {foreach from=$data.finance_overview.tab_list item=m key=k}
{$price=$k|ele:$data.finance_overview.total:0.00} {$k|ele:$data.finance_overview.total:0.00} {currency('','suf')}
{$m}
{/foreach} {/if} {if has_addons('withdraw')}
{'amount'|ele:$data.withdraw_overview.total:0.00} {currency('','suf')}
余额提现
{/if} {if has_addons('invoice')}
{'amount'|ele:$data.invoice_overview.total:0.00} {currency('','suf')}
开发票金额
{/if}
会员统计
{$data.user_overview.count_register|default:0}
注册量
{$data.user_overview.count_deal|default:0}
成交客户
{$data.user_overview.count_real|default:0}
实名认证客户
工单统计
{$data.workersystem_overview.count_total|default:0}
所有工单
{$data.workersystem_overview.count_pending|default:0}
未解决工单