diff --git a/src/app/routes/waybill-management/components/bulk/bulk.component.ts b/src/app/routes/waybill-management/components/bulk/bulk.component.ts index ce1517b9..4c28c178 100644 --- a/src/app/routes/waybill-management/components/bulk/bulk.component.ts +++ b/src/app/routes/waybill-management/components/bulk/bulk.component.ts @@ -248,7 +248,7 @@ tabs = { }, { title: '网络货运人', index: 'enterpriseInfoName', width: '220px', className: 'text-left' }, { title: '货主', index: 'shipperAppUserName', width: '180px', className: 'text-left' }, - { title: '关联订单号', render: 'wayBill', width: '180px', className: 'text-left' }, + { title: '关联订单号', index: 'billCode', width: '180px', className: 'text-left' }, { title: '货源编号', index: 'resourceCode', width: '180px', className: 'text-left' }, { title: '装货地', index: 'loadingPlace', width: '220px', className: 'text-left' }, { diff --git a/src/app/routes/waybill-management/components/vehicle/vehicle.component.ts b/src/app/routes/waybill-management/components/vehicle/vehicle.component.ts index 6cd47242..28d3d187 100644 --- a/src/app/routes/waybill-management/components/vehicle/vehicle.component.ts +++ b/src/app/routes/waybill-management/components/vehicle/vehicle.component.ts @@ -293,7 +293,7 @@ export class WaybillManagementVehicleComponent implements OnInit { }, { title: '网络货运人', index: 'enterpriseInfoName', width: '220px', className: 'text-left' }, { title: '货主', index: 'shipperAppUserName', width: '200px', className: 'text-left' }, - { title: '关联订单号', render: 'wayBill', width: '180px', className: 'text-left' }, + { title: '关联订单号', index: 'billCode', width: '180px', className: 'text-left' }, { title: '装货地', index: 'loadingPlace', width: '180px', className: 'text-left' }, { title: '卸货地',