账单结算
待结算
已结算
{{searchForm.startDate || '开始日期'}}
至
{{searchForm.endDate || '结束日期'}}
筛选
重置
{{item.billTime}}
共 {{item.recordCount || 0}} 笔记录
{{item.status === 1 ? '已结算' : '待结算'}}
结算基数
¥{{formatMoney(item.totalBaseAmount)}}
平台服务费
¥{{formatMoney(item.totalCommissionAmount)}}
暂无账单记录
{{loadStatus === 'loading' ? '加载中...' : loadStatus === 'nomore' ? '没有更多了' : '上拉加载更多'}}