fix bug
This commit is contained in:
@ -258,7 +258,7 @@ export class UserCenterComponentsDriverComponent implements OnInit {
|
||||
{ title: '司机姓名', className: 'text-center', index: 'name' , width: 150},
|
||||
{ title: '手机号', className: 'text-center', index: 'mobile',width: 150 },
|
||||
{ title: '身份证号码', className: 'text-center', index: 'identityNo', width: 200 },
|
||||
{ title: '当前车辆', className: 'text-center', index: 'carNo' , width: 200},
|
||||
{ title: '当前车辆', className: 'text-center', render: 'carNo' , width: 200},
|
||||
{ title: '驾驶证审核人', className: 'text-center', index: 'approvalUserName' , width: 200},
|
||||
{ title: '审核时间', className: 'text-center', index: 'approvalTime' , width: 200},
|
||||
{
|
||||
@ -333,4 +333,7 @@ export class UserCenterComponentsDriverComponent implements OnInit {
|
||||
}
|
||||
];
|
||||
}
|
||||
viewCar(item: any) {
|
||||
this.router.navigate(['/vehicle/list/detail/' + item.id], { queryParams: { carId: item.carId } });
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user