Browse Source

航班视图-集装器列表添加目的地列

zhongxiaoyu 2 years ago
parent
commit
36cfd7f6a6
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/views/realTime/hooks/useTable.ts

+ 2 - 0
src/views/realTime/hooks/useTable.ts

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