-
This commit is contained in:
@ -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}`)
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user