diff --git a/frontend/src/pages/Recollects.tsx b/frontend/src/pages/Recollects.tsx index c700f27..127e58d 100644 --- a/frontend/src/pages/Recollects.tsx +++ b/frontend/src/pages/Recollects.tsx @@ -882,17 +882,6 @@ const RECOLLECTS_GUIDE = [ 초기화 )} - @@ -920,6 +909,7 @@ const RECOLLECTS_GUIDE = [ 재수집 ID 작업명 상태 + 배치 실행일시 재수집 시작일시 재수집 종료일시 소요시간 @@ -937,7 +927,7 @@ const RECOLLECTS_GUIDE = [ #{hist.historyId} -
+
{displayNameMap[hist.apiKey] || hist.apiKeyName || hist.apiKey}
@@ -958,6 +948,9 @@ const RECOLLECTS_GUIDE = [ ! )} + +
{formatDateTime(hist.executionStartTime)}
+
{formatDateTime(hist.rangeFromDate)}