查询
重置
{{ scope.row.customerType === 'agent' ? '代理商' : '企业客户' }}
¥{{ scope.row.totalCommission.toFixed(2) }}
¥{{ scope.row.availableAmount.toFixed(2) }}
¥{{ scope.row.pendingAmount.toFixed(2) }}
¥{{ scope.row.withdrawnAmount.toFixed(2) }}
查看详情
流水记录
{{ currentRow?.accountNo }}
{{ currentRow?.customerName }}
{{ currentRow?.customerType === 'agent' ? '代理商' : '企业客户' }}
{{ currentRow?.phone }}
¥{{ currentRow?.totalCommission.toFixed(2) }}
¥{{ currentRow?.availableAmount.toFixed(2) }}
¥{{ currentRow?.pendingAmount.toFixed(2) }}
¥{{ currentRow?.withdrawnAmount.toFixed(2) }}
{{ currentRow?.withdrawCount }}
{{
currentRow?.lastWithdrawTime
}}
{{ currentRow?.createTime }}
{{
currentRow?.remark || '无'
}}