edit
This commit is contained in:
		| @ -33,9 +33,9 @@ export class RefundRecordComponent implements OnInit { | ||||
|     if (this.sf) { | ||||
|       Object.assign(requestOptions.body, { | ||||
|         ...this.sf.value, | ||||
|         createTime: { | ||||
|           start: this.sf.value.createTime?.[0] || '', | ||||
|           end: this.sf.value.createTime?.[1] || '' | ||||
|         refundExecuteTime: { | ||||
|           start: this.sf.value.refundExecuteTime?.[0] || '', | ||||
|           end: this.sf.value.refundExecuteTime?.[1] || '' | ||||
|         } | ||||
|       }); | ||||
|     } | ||||
| @ -251,7 +251,7 @@ export class RefundRecordComponent implements OnInit { | ||||
|     return [ | ||||
|       { title: '退款单号', render: 'orderRefundCode', width: 190 }, | ||||
|       { title: '退款类型', index: 'refundTypeLabel', width: 130 }, | ||||
|       { title: '退款金额', render: 'refundAmount', className: 'text-right', width: 160 }, | ||||
|       { title: '退款金额', render: 'refundAmount', className: 'text-right', width: 180 }, | ||||
|       { title: '退款时间', index: 'applyTime', width: 170 }, | ||||
|       { title: '货主', index: 'shipperId', width: 150 }, | ||||
|       { title: '所属项目', index: 'enterpriseProjectName', width: 140 }, | ||||
|  | ||||
		Reference in New Issue
	
	Block a user