Explorar el Código

Merge branch 'master' of http://120.26.64.82:10880/BFFE/SZYGM1.0

chenrui  hace 2 años
padre
commit
6f31d466d8
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  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', ' ') ?? '',
       },
       {