From 56c74c37f2e286fa98bcd1d22b15df450be83679 Mon Sep 17 00:00:00 2001 From: Taric Xin Date: Fri, 11 Mar 2022 09:29:01 +0800 Subject: [PATCH] edi --- .../withdrawals-record/withdrawals-record.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/routes/financial-management/components/withdrawals-record/withdrawals-record.component.ts b/src/app/routes/financial-management/components/withdrawals-record/withdrawals-record.component.ts index f98fed03..0bebf2f9 100644 --- a/src/app/routes/financial-management/components/withdrawals-record/withdrawals-record.component.ts +++ b/src/app/routes/financial-management/components/withdrawals-record/withdrawals-record.component.ts @@ -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',