|
@@ -25,6 +25,7 @@ const tableColumnsMap: {
|
|
|
needCount: 1,
|
|
|
countMode: 'all',
|
|
|
},
|
|
|
+ { columnLabel: '目的地', columnName: 'destination' },
|
|
|
{ columnLabel: '配载运单', columnName: 'list', width: 60 },
|
|
|
{ columnLabel: '件数', columnName: 'number', width: 60, needCount: 1 },
|
|
|
{ columnLabel: '重量', columnName: 'weight', width: 60, needCount: 1 },
|
|
@@ -442,6 +443,7 @@ const tableColumnsMap: {
|
|
|
needCount: 1,
|
|
|
countMode: 'all',
|
|
|
},
|
|
|
+ { columnLabel: '目的地', columnName: 'destination' },
|
|
|
{ columnLabel: '配载运单', columnName: 'list', width: 60 },
|
|
|
{ columnLabel: '件数', columnName: 'number', width: 60, needCount: 1 },
|
|
|
{ columnLabel: '重量', columnName: 'weight', width: 60, needCount: 1 },
|