Pārlūkot izejas kodu

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

zhongxiaoyu 2 gadi atpakaļ
vecāks
revīzija
926b7fad3a

+ 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(运单/件)',