瀏覽代碼

国际出港航站视图-表头修改

zhongxiaoyu 2 年之前
父節點
當前提交
926b7fad3a
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      src/views/realTime/components/AirportView/useAirportTable.ts

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

@@ -274,10 +274,6 @@ const columnGroupsMap: {
           columnName: 'speCargoInfo',
           columnLabel: '特货信息',
         },
-        {
-          columnName: 'preLoad',
-          columnLabel: '预计装载数\n(运单/件)',
-        },
         {
           columnName: 'transIn',
           columnLabel: '中转进\n(运单/件)',
@@ -291,6 +287,10 @@ const columnGroupsMap: {
     {
       groupName: '地服相关',
       children: [
+        {
+          columnName: 'preLoad',
+          columnLabel: '运单申报\n(运单/件)',
+        },
         {
           columnName: 'enterPark',
           columnLabel: '入园\n(运单/件)',