This commit is contained in:
Taric Xin
2022-03-11 09:29:01 +08:00
parent 547918ddaa
commit 56c74c37f2

View File

@ -265,7 +265,7 @@ export class WithdrawalsRecordComponent implements OnInit {
{ title: '提现状态', index: 'refundStatusLabel', width: 100 },
{ title: '银行流水号', index: 'bankSerialNumber', width: 120 },
{ title: '核心交易流水', index: 'coreSerNo', width: 130 },
{ title: '失败原因', index: 'rejectionCause', width: 150, format: item => item.failCause || item.rejectionCause },
{ title: '备注', index: 'rejectionCause', width: 150, format: item => item.failCause || item.rejectionCause },
{
title: '操作',
fixed: 'right',