소스 검색

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

chenrui  2 년 전
부모
커밋
6f31d466d8
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  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', ' ') ?? '',
       },
       {