fix bug
This commit is contained in:
@ -307,16 +307,18 @@ export class UserCenterComponentsDriverComponent implements OnInit {
|
||||
text: '查看<br/>',
|
||||
click: item => {
|
||||
this.router.navigate(['./detail', item.appUserId], { relativeTo: this.ar });
|
||||
// this.router.navigate(['./view', item.id], { relativeTo: this.ar, queryParams: { tenantId: item.tenantId } });
|
||||
}
|
||||
},
|
||||
acl: { ability: ['USERCENTER-DRIVER-LIST-view'] },
|
||||
},
|
||||
{
|
||||
text: '基础设置',
|
||||
click: item => this.settingAction(item)
|
||||
click: item => this.settingAction(item),
|
||||
acl: { ability: ['USERCENTER-DRIVER-LIST-basicSetting'] },
|
||||
},
|
||||
{
|
||||
text: '资金账户',
|
||||
click: item => this.showAccountDetail(item)
|
||||
click: item => this.showAccountDetail(item),
|
||||
acl: { ability: ['USERCENTER-DRIVER-LIST-account'] },
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user