Browse Source

航班视图-预计时间->计划时间

zhongxiaoyu 2 years ago
parent
commit
197acb183c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/realTime/components/AirportView/useAirportTable.ts

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

@@ -38,7 +38,7 @@ const columnGroupsMap: {
         },
         {
           columnName: 'planDepartureTime',
-          columnLabel: '计起飞\n时间',
+          columnLabel: '计起飞\n时间',
           width: 73,
           fixed: true,
         },
@@ -402,7 +402,7 @@ const columnGroupsMap: {
         },
         {
           columnName: 'planDepartureTime',
-          columnLabel: '计起飞\n时间',
+          columnLabel: '计起飞\n时间',
           width: 73,
           fixed: true,
         },