From 825b591c67d5391ab0033b3afce9510358e5500e Mon Sep 17 00:00:00 2001 From: wangshiming Date: Mon, 21 Mar 2022 15:05:20 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=94=E4=BD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/payment-record/payment-record.component.ts | 1 + 1 file changed, 1 insertion(+) 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: '操作',