{{ parseTime(row.createTime) }}
{{ row.currency }}
{{ row.thirdPartyId }}
{{ row.thirdPartyName }}
{{ t('代收') }}
{{ t('代付') }}
{{ row.depositAmount }}
{{ scope.row.thirdPartyFeeRate||'--' }}
{{ scope.row.yesterdayRechargeCount ==null?'--':scope.row.yesterdayRechargeCount }}
{{ scope.row.totalRechargeCount ==null?'--':scope.row.totalRechargeCount }}
{{ scope.row.yesterdayRechargeSucCount ==null?'--':scope.row.yesterdayRechargeSucCount }}
{{ scope.row.yesterdayRechargeAmount ==null?'--':scope.row.yesterdayRechargeAmount }}
{{ scope.row.totalRechargeAmount ==null?'--':scope.row.totalRechargeAmount }}
{{ scope.row.totalRechargeSuccessRate ==null?'--':scope.row.totalRechargeSuccessRate }}
{{ scope.row.yesterdayRechargeSuccessRate ==null?'--':scope.row.yesterdayRechargeSuccessRate }}
{{ scope.row.totalAvgDepositTime ==null?'--':scope.row.totalAvgDepositTime }}
{{ scope.row.yesterdayAvgDepositTime ==null?'--':scope.row.yesterdayAvgDepositTime }}
{{ scope.row.yesterdayWithdrawCount ==null?'--':scope.row.yesterdayWithdrawCount }}
{{ scope.row.totalWithdrawCount ==null?'--':scope.row.totalWithdrawCount }}
{{ scope.row.yesterdayWithdrawAmount ==null?'--':scope.row.yesterdayWithdrawAmount }}
{{ scope.row.yesterdayWithdrawSucCount ==null?'--':scope.row.yesterdayWithdrawSucCount }}
{{ parseTime(scope.row.yesterdayWithdrawIncomeTimeSum) }}
{{ scope.row.totalWithdrawAmount ==null?'--':scope.row.totalWithdrawAmount }}
{{ scope.row.totalWithdrawSuccessRate ==null?'--':scope.row.totalWithdrawSuccessRate }}
{{ scope.row.yesterdayWithdrawSuccessRate ==null?'--':scope.row.yesterdayWithdrawSuccessRate }}
{{ scope.row.totalAvgWithdrawTime ==null?'--':scope.row.totalAvgWithdrawTime }}
{{ scope.row.yesterdayAvgWithdrawTime ==null?'--':scope.row.yesterdayAvgWithdrawTime }}
{{ parseTime(scope.row.updateTime) }}