浏览代码

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

zhongxiaoyu 2 年之前
父节点
当前提交
36cfd7f6a6
共有 1 个文件被更改,包括 2 次插入0 次删除
  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 },