diff --git a/src/components/basis/flight/plan/TodayWeather.js b/src/components/basis/flight/plan/TodayWeather.js index 23259bad..a0f83e44 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 3dcb8570..45abb7a5 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