解决冲突

This commit is contained in:
wangshiming
2022-02-24 16:31:01 +08:00
parent 0e4a6c792b
commit b0a301564b
8 changed files with 24 additions and 16 deletions

View File

@ -33,8 +33,8 @@ export class WaybillManagementAbnormalAppearComponent implements OnInit {
columns: STColumn[] = [
{ title: '异常编号', index: 'exceptionCode',width: '180px',className: 'text-left', },
{ title: '关联运单号', index: 'wayBillCode',width: '180px',className: 'text-left', },
{ title: '网络货运人', index: 'enterpriseInfoName',width: '220px',className: 'text-left', },
{ title: '货主', index: 'shipperAppUserName' ,width: '220px',className: 'text-left',},
{ title: '网络货运人', index: 'enterpriseInfoName',width: '250px',className: 'text-left', },
{ title: '货主', index: 'shipperAppUserName' ,width: '250px',className: 'text-left',},
{ title: '装货地', index: 'loadingAddressArr' ,width: '220px',className: 'text-left',},
{ title: '卸货地', index: 'unloadingAddressArr' ,width: '220px',className: 'text-left',},
{ title: '承运司机', index: 'driver' ,width: '250px',className: 'text-left',},

View File

@ -304,7 +304,7 @@ export class WaybillManagementVehicleComponent implements OnInit {
{
title: '货物信息',
className: 'text-left',
width: '180px',
width: '250px',
render: 'goodsInfos'
},
{