This commit is contained in:
Taric Xin
2022-03-07 16:11:13 +08:00
parent 77252eb351
commit e066cb7850

View File

@ -158,7 +158,7 @@ export class RefundRecordComponent implements OnInit {
title: '退款类型', title: '退款类型',
enum: [ enum: [
{ value: '1', label: '平台退款货主' }, { value: '1', label: '平台退款货主' },
{ value: '2', label: '司机退款平' }, { value: '2', label: '司机退款平' },
{ value: '3', label: '车队长退款司机' }, { value: '3', label: '车队长退款司机' },
{ value: '4', label: '车队长退款平台' } { value: '4', label: '车队长退款平台' }
], ],
@ -255,7 +255,7 @@ export class RefundRecordComponent implements OnInit {
{ title: '退款类型', index: 'refundTypeLabel', width: 140 }, { title: '退款类型', index: 'refundTypeLabel', width: 140 },
{ title: '退款金额', render: 'refundAmount', className: 'text-right', width: 180 }, { title: '退款金额', render: 'refundAmount', className: 'text-right', width: 180 },
{ title: '退款时间', index: 'refundExecuteTime', width: 170 }, { title: '退款时间', index: 'refundExecuteTime', width: 170 },
{ title: '企业名称', index: 'enterpriseInfoName', width: 150 }, { title: '货主', index: 'enterpriseInfoName', width: 150 },
{ title: '所属项目', index: 'enterpriseProjectName', width: 140 }, { title: '所属项目', index: 'enterpriseProjectName', width: 140 },
{ title: '支付单', render: 'billRefundPaymentVOS', width: 150 }, { title: '支付单', render: 'billRefundPaymentVOS', width: 150 },
{ title: '订单号', index: 'billCode', width: 150 }, { title: '订单号', index: 'billCode', width: 150 },