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',