This commit is contained in:
wangshiming
2022-03-25 13:45:20 +08:00
parent fe713e8c12
commit b042def28c
3 changed files with 8 additions and 6 deletions

View File

@ -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',