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