From e066cb78502d5a481b24fa501c6b9ef34d777500 Mon Sep 17 00:00:00 2001 From: Taric Xin Date: Mon, 7 Mar 2022 16:11:13 +0800 Subject: [PATCH] e --- .../components/refund-record/refund-record.component.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/routes/financial-management/components/refund-record/refund-record.component.ts b/src/app/routes/financial-management/components/refund-record/refund-record.component.ts index 90ed9617..2b9f6f17 100644 --- a/src/app/routes/financial-management/components/refund-record/refund-record.component.ts +++ b/src/app/routes/financial-management/components/refund-record/refund-record.component.ts @@ -158,7 +158,7 @@ export class RefundRecordComponent implements OnInit { title: '退款类型', enum: [ { value: '1', label: '平台退款货主' }, - { value: '2', label: '司机退款平' }, + { value: '2', label: '司机退款平台' }, { value: '3', label: '车队长退款司机' }, { value: '4', label: '车队长退款平台' } ], @@ -255,7 +255,7 @@ export class RefundRecordComponent implements OnInit { { title: '退款类型', index: 'refundTypeLabel', width: 140 }, { title: '退款金额', render: 'refundAmount', className: 'text-right', width: 180 }, { title: '退款时间', index: 'refundExecuteTime', width: 170 }, - { title: '企业名称', index: 'enterpriseInfoName', width: 150 }, + { title: '货主', index: 'enterpriseInfoName', width: 150 }, { title: '所属项目', index: 'enterpriseProjectName', width: 140 }, { title: '支付单', render: 'billRefundPaymentVOS', width: 150 }, { title: '订单号', index: 'billCode', width: 150 },