edit
This commit is contained in:
		| @ -248,22 +248,23 @@ export class RefundRecordComponent implements OnInit { | ||||
|       { title: '退款单号', render: 'orderRefundCode', width: 180 }, | ||||
|       { title: '退款类型', index: 'refundType', width: 120 }, | ||||
|       { title: '退款金额', render: 'refundAmount', width: 120 }, | ||||
|       { title: '退款时间', index: 'applyTime', width: 150 }, | ||||
|       { title: '货主', index: 'shipperId', width: 100 }, | ||||
|       { title: '退款时间', index: 'applyTime', width: 160 }, | ||||
|       { title: '货主', index: 'shipperId', width: 150 }, | ||||
|       { title: '所属项目', index: 'enterpriseProjectName', width: 140 }, | ||||
|       { title: '支付单', render: 'billRefundPaymentVOS', width: 100 }, | ||||
|       { title: '订单号', index: 'billCode', width: 100 }, | ||||
|       { title: '货源号', index: 'resourceCode', width: 100 }, | ||||
|       { title: '司机', render: 'driver', width: 100 }, | ||||
|       { title: '收款人', render: 'captain', width: 100 }, | ||||
|       { title: '网络货运人', render: 'ltdName', width: 180 }, | ||||
|       { title: '银行类型', index: 'bankTypeLabel', width: 100 }, | ||||
|       { title: '支付单', render: 'billRefundPaymentVOS', width: 150 }, | ||||
|       { title: '订单号', index: 'billCode', width: 150 }, | ||||
|       { title: '货源号', index: 'resourceCode', width: 150 }, | ||||
|       { title: '司机', render: 'driver', width: 150 }, | ||||
|       { title: '收款人', render: 'captain', width: 150 }, | ||||
|       { title: '网络货运人', index: 'ltdName', width: 180 }, | ||||
|       { title: '银行类型', index: 'bankTypeLabel', width: 120 }, | ||||
|       { title: '退款原因', index: 'rejectionCause', width: 150 }, | ||||
|       { title: '失败原因', index: 'failCause', width: 150 }, | ||||
|       { | ||||
|         title: '操作', | ||||
|         fixed: 'right', | ||||
|         width: '110px', | ||||
|         className: 'text-center', | ||||
|         width: '150px', | ||||
|         buttons: [ | ||||
|           { | ||||
|             text: '审核', | ||||
|  | ||||
		Reference in New Issue
	
	Block a user