|
@@ -75,6 +75,12 @@ const tableColumnsMap: {
|
|
|
columnName: 'pullSure',
|
|
|
className: 'cell-filter cell-filter-yellow',
|
|
|
},
|
|
|
+ {
|
|
|
+ columnLabel: '拉下原因',
|
|
|
+ columnName: 'offloadReason',
|
|
|
+ className: 'cell-filter cell-filter-yellow',
|
|
|
+ customRender: scope => ellipsisCell(scope, 4),
|
|
|
+ },
|
|
|
],
|
|
|
DepartureFlightWaybill: [
|
|
|
{ columnLabel: '运单号', columnName: 'stockCode', width: 120 },
|
|
@@ -566,6 +572,12 @@ const tableColumnsMap: {
|
|
|
// columnName: 'pullSure',
|
|
|
// className: 'cell-filter cell-filter-yellow',
|
|
|
// },
|
|
|
+ {
|
|
|
+ columnLabel: '拉下原因',
|
|
|
+ columnName: 'offloadReason',
|
|
|
+ className: 'cell-filter cell-filter-yellow',
|
|
|
+ customRender: scope => ellipsisCell(scope, 4),
|
|
|
+ },
|
|
|
],
|
|
|
InternationalDepartureFlightWaybill: [
|
|
|
{ columnLabel: '运单号', columnName: 'stockCode', width: 120 },
|