|
@@ -274,10 +274,6 @@ const columnGroupsMap: {
|
|
|
columnName: 'speCargoInfo',
|
|
|
columnLabel: '特货信息',
|
|
|
},
|
|
|
- {
|
|
|
- columnName: 'preLoad',
|
|
|
- columnLabel: '预计装载数\n(运单/件)',
|
|
|
- },
|
|
|
{
|
|
|
columnName: 'transIn',
|
|
|
columnLabel: '中转进\n(运单/件)',
|
|
@@ -291,6 +287,10 @@ const columnGroupsMap: {
|
|
|
{
|
|
|
groupName: '地服相关',
|
|
|
children: [
|
|
|
+ {
|
|
|
+ columnName: 'preLoad',
|
|
|
+ columnLabel: '运单申报\n(运单/件)',
|
|
|
+ },
|
|
|
{
|
|
|
columnName: 'enterPark',
|
|
|
columnLabel: '入园\n(运单/件)',
|