From 28af119a6d79e19bc543e7edf29cbc85fa944f0e Mon Sep 17 00:00:00 2001 From: wangshiming Date: Mon, 21 Feb 2022 20:02:58 +0800 Subject: [PATCH] fix bug --- .../routes/waybill-management/components/bulk/bulk.component.ts | 2 +- .../waybill-management/components/vehicle/vehicle.component.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: '卸货地',