This commit is contained in:
潘晓云
2022-03-11 17:35:13 +08:00
parent 63ab601233
commit 98a709c3f1

View File

@ -102,7 +102,7 @@ export class PartnerAccountManagementRecordedDetailComponent implements OnInit {
title: '操作', className: 'text-center', width: '20%', buttons: [ title: '操作', className: 'text-center', width: '20%', buttons: [
{ {
text: '订单明细', text: '订单明细',
click: (_record) => this.router.navigate(['/']) click: (_record) => window.open(location.origin + `#/partner/rebate/record?ltdId=${_record?.ltdId}`)
} }
] ]
}, },