fix bug
This commit is contained in:
@ -173,6 +173,8 @@ export class FreightComponentsListComponent implements OnInit {
|
||||
// { title: '', type: 'checkbox', className: 'text-center' },
|
||||
{ title: '企业名称', className: 'text-center', index: 'enterpriseName' },
|
||||
{ title: '管理员', className: 'text-center', render: 'contacter' },
|
||||
{ title: '审核人', className: 'text-center', index: 'approvalUserName' },
|
||||
|
||||
{ title: '网络货运人', className: 'text-center', index: 'netTranName' },
|
||||
{ title: '常用服务', className: 'text-center', index: 'oftenUsedServices', type: 'enum', enum: { 10: '整车发货', 20: '大宗发货' } },
|
||||
{ title: '推广业务员', className: 'text-center', render: 'promotersTelephone' },
|
||||
|
||||
Reference in New Issue
Block a user