edit
This commit is contained in:
@ -245,12 +245,13 @@ export class VehicleComponentsListComponent implements OnInit {
|
||||
title: '操作',
|
||||
fixed: 'right',
|
||||
width: '100px',
|
||||
className: 'text-left',
|
||||
className: 'text-center',
|
||||
buttons: [
|
||||
{
|
||||
text: '查看',
|
||||
acl: { ability: ['VEHICLE-LIST-view'] },
|
||||
click: item => {
|
||||
this.router.navigate(['./detail', item.id], { relativeTo: this.ar, queryParams: { carId: item.carId } });
|
||||
this.router.navigate(['/vehicle/list/detail/' + item.id], { queryParams: { carId: item.carId } });
|
||||
// this.router.navigate(['./view', item.id], { relativeTo: this.ar, queryParams: { tenantId: item.tenantId } });
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user