Bläddra i källkod

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

zhongxiaoyu 2 år sedan
förälder
incheckning
36cfd7f6a6
1 ändrade filer med 2 tillägg och 0 borttagningar
  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,
       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 },