Browse Source

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

zhongxiaoyu 2 năm trước cách đây
mục cha
commit
b401972df0
1 tập tin đã thay đổi với 4 bổ sung4 xóa
  1. 4 4
      src/views/realTime/components/FlightView/useFlightInfo.ts

+ 4 - 4
src/views/realTime/components/FlightView/useFlightInfo.ts

@@ -10,7 +10,7 @@ const flightInfoItemsMap = {
         key: 'departureAirportZh',
       },
       {
-        label: '计起飞时间',
+        label: '计起飞时间',
         getter: info => info.planDepartureTime?.replace('T', ' ') ?? '',
       },
       {
@@ -71,7 +71,7 @@ const flightInfoItemsMap = {
         key: 'landingAirportZh',
       },
       {
-        label: '计降落时间',
+        label: '计降落时间',
         getter: info => info.planLandingTime?.replace('T', ' ') ?? '',
       },
       {
@@ -87,7 +87,7 @@ const flightInfoItemsMap = {
         key: 'departureAirportZh',
       },
       {
-        label: '计起飞时间',
+        label: '计起飞时间',
         getter: info => info.planDepartureTime?.replace('T', ' ') ?? '',
       },
       {
@@ -144,7 +144,7 @@ const flightInfoItemsMap = {
         key: 'landingAirportZh',
       },
       {
-        label: '计降落时间',
+        label: '计降落时间',
         getter: info => info.planLandingTime?.replace('T', ' ') ?? '',
       },
       {