{include file="public/header"}

导出 excel
{foreach name="tip_list" item="vo"} {/foreach}
用户ID 用户账号 桌子ID 桌子名称 打赏时间 打赏金额
{$vo.user_id} {$vo.username} {$vo.table_id} {$vo.table_name} {$vo.create_time} {$vo.money}
{$tip_list->render()}