diff --git a/src/app/routes/order-management/components/bulk/bulk.component.ts b/src/app/routes/order-management/components/bulk/bulk.component.ts
index b7cb5c5e..2b1ea743 100644
--- a/src/app/routes/order-management/components/bulk/bulk.component.ts
+++ b/src/app/routes/order-management/components/bulk/bulk.component.ts
@@ -403,71 +403,71 @@ tabs = {
{
title: '订单号',
width: '180px',
- className: 'text-center',
+ className: 'text-left',
render: 'billCode'
},
{
title: '运费明细',
width: '250px',
- className: 'text-center',
+ className: 'text-left',
render: 'mybidDetailInfo',
},
- { title: '网络货运人', index: 'enterpriseInfoName', width: '180px', className: 'text-center' },
- { title: '托运人', index: 'enterpriseProjectName', width: '120px', className: 'text-center' },
- { title: '关联运单号', index: 'wayBillCode', width: '180px', className: 'text-center' },
- { title: '货源编号', index: 'resourceCode', width: '180px', className: 'text-center' },
- { title: '装货地', index: 'loadingAddressArr', width: '180px', className: 'text-center' },
+ { title: '网络货运人', index: 'enterpriseInfoName', width: '180px', className: 'text-left' },
+ { title: '托运人', index: 'enterpriseProjectName', width: '120px', className: 'text-left' },
+ { title: '关联运单号', index: 'wayBillCode', width: '180px', className: 'text-left' },
+ { title: '货源编号', index: 'resourceCode', width: '180px', className: 'text-left' },
+ { title: '装货地', index: 'loadingAddressArr', width: '180px', className: 'text-left' },
{
title: '卸货地',
- className: 'text-center',
+ className: 'text-left',
width: '180px',
index: 'unloadingAddressArr'
},
{
title: '货物信息',
- className: 'text-center',
+ className: 'text-left',
width: '180px',
render: 'goodsName'
}, {
title: '运费单价',
- className: 'text-center',
+ className: 'text-left',
width: '180px',
index: 'freightPrice'
},
{
title: '接单数量',
- className: 'text-center',
+ className: 'text-left',
index: 'goodsNumber',
width: '180px',
},
{
title: '结算重量',
- className: 'text-center',
+ className: 'text-left',
index: 'settlementWeight',
width: '100px',
},
{
title: '承运司机',
- className: 'text-center',
+ className: 'text-left',
index: 'driverName',
width: '100px',
},
{
title: '收款人',
- className: 'text-center',
+ className: 'text-left',
index: 'payeeName',
width: '100px',
},
{
title: '装卸货时间',
width: '180px',
- className: 'text-center',
+ className: 'text-left',
render: 'loadingTime'
},
{
title: '创建时间',
width: '180px',
- className: 'text-center',
+ className: 'text-left',
index: 'createTime',
},
{
diff --git a/src/app/routes/order-management/components/vehicle/vehicle.component.ts b/src/app/routes/order-management/components/vehicle/vehicle.component.ts
index 4374d5ae..874e345c 100644
--- a/src/app/routes/order-management/components/vehicle/vehicle.component.ts
+++ b/src/app/routes/order-management/components/vehicle/vehicle.component.ts
@@ -355,58 +355,58 @@ resourceStatus: any;
{
title: '订单号',
width: '200px',
- className: 'text-center',
+ className: 'text-left',
render: 'billCode'
},
{
title: '我的出价',
width: '200px',
- className: 'text-center',
+ className: 'text-left',
render: 'mybidInfo'
},
{
title: '运费明细',
width: '250px',
- className: 'text-center',
+ className: 'text-left',
render: 'mybidDetailInfo',
},
- { title: '网络货运人', index: 'enterpriseInfoName', width: '170px', className: 'text-center' },
- { title: '货主', index: 'shipperAppUserName', width: '170px', className: 'text-center' },
- { title: '关联运单号', index: 'wayBillCode', width: '170px', className: 'text-center' },
- { title: '货源编号', index: 'resourceCode', width: '170px', className: 'text-center' },
- { title: '装货地', index: 'loadingAddressArr', width: '170px', className: 'text-center' },
+ { title: '网络货运人', index: 'enterpriseInfoName', width: '170px', className: 'text-left' },
+ { title: '货主', index: 'shipperAppUserName', width: '170px', className: 'text-left' },
+ { title: '关联运单号', index: 'wayBillCode', width: '170px', className: 'text-left' },
+ { title: '货源编号', index: 'resourceCode', width: '170px', className: 'text-left' },
+ { title: '装货地', index: 'loadingAddressArr', width: '170px', className: 'text-left' },
{
title: '卸货地',
- className: 'text-center',
+ className: 'text-left',
width: '170px',
index: 'unloadingAddressArr'
},
{
title: '货物信息',
- className: 'text-center',
+ className: 'text-left',
width: '170px',
render: 'goodsName'
}, {
title: '承运司机',
- className: 'text-center',
+ className: 'text-left',
width: '120px',
render: 'driverName'
},
{
title: '收款人',
- className: 'text-center',
+ className: 'text-left',
render: 'payeeName',
width: '100px',
},
{
title: '装卸货时间',
width: '170px',
- className: 'text-center',
+ className: 'text-left',
render: 'loadingTime'
},
{
title: '创建时间',
- className: 'text-center',
+ className: 'text-left',
index: 'creationTime',
width: '170px',
},
diff --git a/src/app/routes/supply-management/components/bulk/bulk.component.html b/src/app/routes/supply-management/components/bulk/bulk.component.html
index baa5952d..9e5fd995 100644
--- a/src/app/routes/supply-management/components/bulk/bulk.component.html
+++ b/src/app/routes/supply-management/components/bulk/bulk.component.html
@@ -1,7 +1,7 @@
+