From c3060f9bb6638429bfbd948821e5287f8122f057 Mon Sep 17 00:00:00 2001 From: umsangdon Date: Mon, 14 Sep 2026 06:12:19 +0900 Subject: [PATCH] auto: 2026-09-14 06:12 (ESD_LAPTOP) --- B09_Estimation/B09_Estimation_UI_Shell.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/B09_Estimation/B09_Estimation_UI_Shell.ts b/B09_Estimation/B09_Estimation_UI_Shell.ts index cd4f1bed..346173ee 100644 --- a/B09_Estimation/B09_Estimation_UI_Shell.ts +++ b/B09_Estimation/B09_Estimation_UI_Shell.ts @@ -28,6 +28,7 @@ import { supplyTab } from "./B09_Estimation_UI_Tab_Supply"; import { baseDataTab } from "./B09_Estimation_UI_Tab_BaseData"; import { contractTab } from "./B09_Estimation_UI_Tab_Contract"; import { executionTab } from "./B09_Estimation_UI_Tab_Execution"; +import { progressTab } from "./B09_Estimation_UI_Tab_Progress"; /** 탭 등록 — 한 줄에 탭 하나. */ const TABS: B09Tab[] = [ @@ -46,6 +47,7 @@ const TABS: B09Tab[] = [ basisSheetTab, contractTab, // 랩탑_메인 — 설계 뒤 계약 단계라 맨 끝 executionTab, // 랩탑_메인 — 계약 뒤 실행 단계 + progressTab, // 랩탑_메인 — 실행 뒤 기성 단계 ]; export async function renderB09Estimation(root: HTMLElement): Promise {