fix bug
This commit is contained in:
@ -258,6 +258,8 @@ export class UserCenterComponentsDriverComponent implements OnInit {
|
|||||||
{ title: '手机号', className: 'text-center', index: 'mobile',width: 150 },
|
{ title: '手机号', className: 'text-center', index: 'mobile',width: 150 },
|
||||||
{ title: '身份证号码', className: 'text-center', index: 'identityNo', width: 200 },
|
{ title: '身份证号码', className: 'text-center', index: 'identityNo', width: 200 },
|
||||||
{ title: '当前车辆', className: 'text-center', index: 'carNo' , width: 200},
|
{ title: '当前车辆', className: 'text-center', index: 'carNo' , width: 200},
|
||||||
|
{ title: '审核人名称', className: 'text-center', index: 'approvalUserName' , width: 200},
|
||||||
|
{ title: '审核时间', className: 'text-center', index: 'approvalTime' , width: 200},
|
||||||
{
|
{
|
||||||
title: '实名认证状态',
|
title: '实名认证状态',
|
||||||
className: 'text-center',
|
className: 'text-center',
|
||||||
|
|||||||
Reference in New Issue
Block a user