浏览代码

航站视图、航班视图表头修改

zhongxiaoyu 2 年之前
父节点
当前提交
b9a8ee6523
共有 2 个文件被更改,包括 16 次插入2 次删除
  1. 2 2
      src/views/realTime/components/AirportView/useAirportTable.ts
  2. 14 0
      src/views/realTime/hooks/useTable.ts

+ 2 - 2
src/views/realTime/components/AirportView/useAirportTable.ts

@@ -188,7 +188,7 @@ const columnGroupsMap: {
         // },
         {
           columnName: 'loadPlaneSureTime',
-          columnLabel: '装机完成时间',
+          columnLabel: '装机完成\n时间',
         },
         // {
         //   columnName: 'loadPlane',
@@ -431,7 +431,7 @@ const columnGroupsMap: {
         // },
         {
           columnName: 'loadPlaneSureTime',
-          columnLabel: '装机完成时间',
+          columnLabel: '装机完成\n时间',
         },
         // {
         //   columnName: 'loadPlane',

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

@@ -20,6 +20,7 @@ const tableColumnsMap: {
     { columnLabel: '集装器编号', columnName: 'stowageNo', width: 120 },
     { columnLabel: '运单数', columnName: 'list', width: 60, needCount: 1 },
     { columnLabel: '件数', columnName: 'number', width: 60, needCount: 1 },
+    { columnLabel: '重量', columnName: 'weight', width: 60, needCount: 1 },
     {
       columnLabel: '加货',
       columnName: 'tally',
@@ -77,6 +78,7 @@ const tableColumnsMap: {
     },
     { columnLabel: '特货信息', columnName: 'speCargoInfo' },
     { columnLabel: '货物件数', columnName: 'luggageCount', needCount: 1 },
+    { columnLabel: '货物重量', columnName: 'weight', needCount: 1 },
     { columnLabel: '拉下件数', columnName: 'pullNum', needCount: 1 },
     { columnLabel: '退运件数', columnName: 'returnNum', needCount: 1 },
     { columnLabel: '最新节点', columnName: 'nodeCode' },
@@ -254,6 +256,11 @@ const tableColumnsMap: {
       columnName: 'acCargos_in',
       needCount: 1,
     },
+    {
+      columnLabel: '货物重量',
+      columnName: 'weight',
+      needCount: 1,
+    },
     { columnLabel: '最新节点', columnName: 'nodeCode' },
     { columnLabel: '最新位置', columnName: 'execPosition' },
     { columnLabel: '处理结果', columnName: 'execResult' },
@@ -413,6 +420,7 @@ const tableColumnsMap: {
     { columnLabel: '集装器编号', columnName: 'stowageNo', width: 120 },
     { columnLabel: '运单数', columnName: 'list', width: 60, needCount: 1 },
     { columnLabel: '件数', columnName: 'number', width: 60, needCount: 1 },
+    { columnLabel: '重量', columnName: 'weight', width: 60, needCount: 1 },
     {
       columnLabel: '理货',
       columnName: 'tally',
@@ -470,6 +478,7 @@ const tableColumnsMap: {
     },
     { columnLabel: '特货信息', columnName: 'speCargoInfo' },
     { columnLabel: '货物件数', columnName: 'luggageCount', needCount: 1 },
+    { columnLabel: '货物重量', columnName: 'weight', needCount: 1 },
     { columnLabel: '拉下件数', columnName: 'pullNum', needCount: 1 },
     { columnLabel: '退运件数', columnName: 'returnNum', needCount: 1 },
     { columnLabel: '最新节点', columnName: 'nodeCode' },
@@ -602,6 +611,11 @@ const tableColumnsMap: {
       columnName: 'acCargos_in',
       needCount: 1,
     },
+    {
+      columnLabel: '货物重量',
+      columnName: 'weight',
+      needCount: 1,
+    },
     { columnLabel: '最新节点', columnName: 'nodeCode' },
     { columnLabel: '最新位置', columnName: 'execPosition' },
     { columnLabel: '处理结果', columnName: 'execResult' },