diff --git a/src/app/routes/financial-management/components/payment-record/payment-record.component.ts b/src/app/routes/financial-management/components/payment-record/payment-record.component.ts index 3d488fcf..2e32718b 100644 --- a/src/app/routes/financial-management/components/payment-record/payment-record.component.ts +++ b/src/app/routes/financial-management/components/payment-record/payment-record.component.ts @@ -282,6 +282,7 @@ export class PaymentRecordComponent implements OnInit { { title: '申请人', index: 'applyUserName', width: 90 }, { title: '处理时间', index: 'handlerTime', width: 180 }, { title: '处理人', index: 'handlerUserName', width: 90 }, + { title: '退款状态', index: 'refundStatusLabel', width: 220 }, { title: '备注', index: 'failCause', width: 250 }, { title: '操作',