fix bug
This commit is contained in:
@ -382,7 +382,7 @@ export class FreightComponentsListComponent extends BasicTableComponent implemen
|
|||||||
title: '公司所在地',
|
title: '公司所在地',
|
||||||
index: 'province',
|
index: 'province',
|
||||||
width: 200,
|
width: 200,
|
||||||
format: item => `${item.provinceName}${item.cityName}${item.areaName}`
|
format: item => `${item.provinceName ? item.provinceName: ''}${item.cityName ? item.cityName: ''}${item.areaName ? item.areaName: ''}`
|
||||||
},
|
},
|
||||||
{ title: '管理员', render: 'contacter', width: 150 },
|
{ title: '管理员', render: 'contacter', width: 150 },
|
||||||
{ title: '统一社会信用代码', className: 'text-center', render: 'unifiedSocialCreditCode', width: 200 },
|
{ title: '统一社会信用代码', className: 'text-center', render: 'unifiedSocialCreditCode', width: 200 },
|
||||||
|
|||||||
Reference in New Issue
Block a user