{{ successMessage }}
{{ errorMessage }}

分销管理

分销等级

{{ distributor.level_info?.level_name || '未加入' }}

累计佣金

{{ earnings.total_earnings }}

已提现

{{ earnings.total_withdrawn }}

佣金明细
佣金编号订单ID类型来源用户金额状态计算时间发放时间
{{ item.commission_num }}{{ item.order_id }} {{ item.commission_type_text}} {{ item.from_unid||'-' }} {{ item.amount > 0 ? '+' : '' }}{{ item.amount }} {{ item.commission_status_text }} {{ item.calc_time||'-' }}{{ item.paid_time||'-' }}
暂无佣金明细。
showing {{ startIndex }}–{{ endIndex }} of {{ totalItems }} items
提现记录
提现单号金额状态申请时间完成时间操作
{{ w.withdrawal_num }} {{ w.amount > 0 ? '+' : '' }}{{ w.amount }} {{ w.withdrawal_status_text }} {{ w.requested_at }}{{ w.completed_at||'-' }}-
暂无提现记录。
showing {{ wStart }}–{{ wEnd }} of {{ wTotal }} items