车辆接口更新

This commit is contained in:
wangshiming
2022-01-14 15:19:26 +08:00
parent 387c63bdb3
commit 37108424e6
9 changed files with 26 additions and 34 deletions

View File

@ -296,11 +296,11 @@ export class UserCenterComponentsDriverComponent implements OnInit {
{ title: '注册时间', className: 'text-center', index: 'createTime' },
{
title: '操作',
width: '170px',
width: '110px',
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 } });
@ -311,7 +311,7 @@ export class UserCenterComponentsDriverComponent implements OnInit {
click: item => this.settingAction(item)
},
{
text: '资金账户',
text: '资金账户 ',
click: item => this.showAccountDetail(item)
}
]