fix bug
This commit is contained in:
@ -211,8 +211,8 @@ export class VehicleComponentsListComponent implements OnInit {
|
||||
false: { text: '空闲', color: 'default' }
|
||||
}
|
||||
},
|
||||
{ title: '道运证', width: '150px', className: 'text-center', index: 'roadTransportNo' },
|
||||
{ title: '审核人', width: '150px', className: 'text-center', index: 'approvalUserName' },
|
||||
// { title: '道运证', width: '150px', className: 'text-center', index: 'roadTransportNo' },
|
||||
// { title: '审核人', width: '150px', className: 'text-center', index: 'approvalUserName' },
|
||||
|
||||
{
|
||||
title: '行驶证到期状态',
|
||||
@ -238,11 +238,11 @@ export class VehicleComponentsListComponent implements OnInit {
|
||||
3: { text: '已到期', color: 'error' }
|
||||
}
|
||||
},
|
||||
{ title: '是否入网', width: '200px', className: 'text-center', index: 'carOwner' },
|
||||
{ title: '所有人', width: '200px', className: 'text-center', index: 'carOwner' },
|
||||
{ title: '是否挂靠', width: '150px', className: 'text-center', render: 'isSelf' },
|
||||
{ title: '挂靠协议', width: '150px', className: 'text-center', render: 'approvalAuditStatus' },
|
||||
// { title: '是否已备案', className: 'text-center', render: 'putOnRecord', },
|
||||
|
||||
{
|
||||
title: '操作',
|
||||
fixed: 'right',
|
||||
|
||||
Reference in New Issue
Block a user