This commit is contained in:
Taric Xin
2022-01-24 14:03:52 +08:00
parent 034a3bc695
commit da62ad6fce
21 changed files with 12 additions and 761 deletions

View File

@ -298,7 +298,7 @@ export class UserCenterComponentsDriverComponent implements OnInit {
className: 'text-center',
buttons: [
{
text: '查看  ',
text: '查看',
click: item => {
this.router.navigate(['./detail', item.appUserId], { relativeTo: this.ar });
// this.router.navigate(['./view', item.id], { relativeTo: this.ar, queryParams: { tenantId: item.tenantId } });
@ -309,7 +309,7 @@ export class UserCenterComponentsDriverComponent implements OnInit {
click: item => this.settingAction(item)
},
{
text: '资金账户 ',
text: '资金账户',
click: item => this.showAccountDetail(item)
}
]