From 0b00931ae6dcda31430bd72d9034cd6b3bf526fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?sanguu=28=EB=B0=95=EC=83=81=ED=98=84=29?= Date: Thu, 17 Nov 2022 11:53:56 +0900 Subject: [PATCH] =?UTF-8?q?=EB=82=A0=EC=94=A8=20=ED=85=8C=EC=9D=B4?= =?UTF-8?q?=EB=B8=94=20=EC=88=98=EC=A0=95=20M/S?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../basis/flight/plan/TodayWeather.js | 34 +++++++++---------- .../control/report/ControlReportDetail.js | 12 +++---- 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/src/components/basis/flight/plan/TodayWeather.js b/src/components/basis/flight/plan/TodayWeather.js index 23259ba..a0f83e4 100644 --- a/src/components/basis/flight/plan/TodayWeather.js +++ b/src/components/basis/flight/plan/TodayWeather.js @@ -72,7 +72,7 @@ export function TodayWeather({ todayData }) { - {i.category[2].fcstValue}m/s + {i.category[2].fcstValue} m/s ) })} @@ -127,7 +127,7 @@ export function TomorrowWeahter({ tomorrowData }) { - {dayres[2].fcstValue}m/s + {dayres[2].fcstValue} m/s {dayres[5].fcstTime.substring(0, 2)}시 @@ -143,7 +143,7 @@ export function TomorrowWeahter({ tomorrowData }) { - {dayres[7].fcstValue}m/s + {dayres[7].fcstValue} m/s {dayres[10].fcstTime.substring(0, 2)}시 @@ -159,7 +159,7 @@ export function TomorrowWeahter({ tomorrowData }) { - {dayres[12].fcstValue}m/s + {dayres[12].fcstValue} m/s {dayres[15].fcstTime.substring(0, 2)}시 @@ -175,7 +175,7 @@ export function TomorrowWeahter({ tomorrowData }) { - {dayres[17].fcstValue}m/s + {dayres[17].fcstValue} m/s {dayres[20].fcstTime.substring(0, 2)}시 @@ -191,7 +191,7 @@ export function TomorrowWeahter({ tomorrowData }) { - {dayres[22].fcstValue}m/s + {dayres[22].fcstValue} m/s {dayres[25].fcstTime.substring(0, 2)}시 @@ -207,7 +207,7 @@ export function TomorrowWeahter({ tomorrowData }) { - {dayres[27].fcstValue}m/s + {dayres[27].fcstValue} m/s {dayres[30].fcstTime.substring(0, 2)}시 @@ -223,7 +223,7 @@ export function TomorrowWeahter({ tomorrowData }) { - {dayres[32].fcstValue}m/s + {dayres[32].fcstValue} m/s {dayres[35].fcstTime.substring(0, 2)}시 @@ -239,7 +239,7 @@ export function TomorrowWeahter({ tomorrowData }) { - {dayres[37].fcstValue}m/s + {dayres[37].fcstValue} m/s @@ -288,7 +288,7 @@ export function AfterTomorrowWeahter({ afterData }) { - {dayres[2].fcstValue}m/s + {dayres[2].fcstValue} m/s {dayres[5].fcstTime.substring(0, 2)}시 @@ -304,7 +304,7 @@ export function AfterTomorrowWeahter({ afterData }) { - {dayres[7].fcstValue}m/s + {dayres[7].fcstValue} m/s {dayres[10].fcstTime.substring(0, 2)}시 @@ -320,7 +320,7 @@ export function AfterTomorrowWeahter({ afterData }) { - {dayres[12].fcstValue}m/s + {dayres[12].fcstValue} m/s {dayres[15].fcstTime.substring(0, 2)}시 @@ -336,7 +336,7 @@ export function AfterTomorrowWeahter({ afterData }) { - {dayres[17].fcstValue}m/s + {dayres[17].fcstValue} m/s {dayres[20].fcstTime.substring(0, 2)}시 @@ -352,7 +352,7 @@ export function AfterTomorrowWeahter({ afterData }) { - {dayres[22].fcstValue}m/s + {dayres[22].fcstValue} m/s {dayres[25].fcstTime.substring(0, 2)}시 @@ -368,7 +368,7 @@ export function AfterTomorrowWeahter({ afterData }) { - {dayres[27].fcstValue}m/s + {dayres[27].fcstValue} m/s {dayres[30].fcstTime.substring(0, 2)}시 @@ -384,7 +384,7 @@ export function AfterTomorrowWeahter({ afterData }) { - {dayres[32].fcstValue}m/s + {dayres[32].fcstValue} m/s {dayres[35].fcstTime.substring(0, 2)}시 @@ -400,7 +400,7 @@ export function AfterTomorrowWeahter({ afterData }) { - {dayres[37].fcstValue}m/s + {dayres[37].fcstValue} m/s diff --git a/src/views/control/report/ControlReportDetail.js b/src/views/control/report/ControlReportDetail.js index 3dcb857..45abb7a 100644 --- a/src/views/control/report/ControlReportDetail.js +++ b/src/views/control/report/ControlReportDetail.js @@ -166,8 +166,8 @@ const ControlReportDetail = props => {
{controlDetail?.cntrlStDt ? moment(controlDetail?.cntrlStDt, 'YYYYMMDDHHmmss').format( - 'MM-DD HH:mm:ss' - ) + 'MM-DD HH:mm:ss' + ) : '-'}
@@ -225,9 +225,9 @@ const ControlReportDetail = props => {
{controlGpDetail?.serverRcvDt ? moment( - controlGpDetail?.serverRcvDt, - 'YYYYMMDDHHmmss' - ).format('MM-DD HH:mm:ss') + controlGpDetail?.serverRcvDt, + 'YYYYMMDDHHmmss' + ).format('MM-DD HH:mm:ss') : '-'}
@@ -300,7 +300,7 @@ const ControlReportDetail = props => { }} /> - {controlDetail?.items.item[4].fcstValue}m/s + {controlDetail?.items.item[4].fcstValue} m/s