From b8f03462b8d008b3051b68a881abe2ab69c0f655 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=B3=B4=EA=B3=A4?= Date: Sun, 22 Mar 2026 17:18:34 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20[=EC=83=9D=EC=82=B0=ED=98=84=ED=99=A9?= =?UTF-8?q?=ED=8C=90]=20=EC=A0=88=EA=B3=A1=20=ED=95=98=EC=9C=84=20?= =?UTF-8?q?=ED=83=AD=20=EC=88=A8=EA=B9=80=20=E2=80=94=20=EC=A0=84=EC=B2=B4?= =?UTF-8?q?=EB=A1=9C=20=EC=9E=90=EB=8F=99=20=EB=8F=99=EC=9E=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../production/ProductionDashboard/index.tsx | 24 +------------------ 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/src/components/production/ProductionDashboard/index.tsx b/src/components/production/ProductionDashboard/index.tsx index 9f865cc3..c92d7adf 100644 --- a/src/components/production/ProductionDashboard/index.tsx +++ b/src/components/production/ProductionDashboard/index.tsx @@ -215,29 +215,7 @@ export default function ProductionDashboard() { - {/* 하위 탭 (절곡 재공품 세분화) */} - {(() => { - const parentTab = tabOptions.find(t => t.children && t.children.length > 0 && - (t.value === selectedTab || t.children.some(c => c.value === selectedTab)) - ); - if (!parentTab?.children) return null; - return ( -
- - - - 전체 - - {parentTab.children.map((sub) => ( - - {sub.label} - - ))} - - -
- ); - })()} + {/* 하위 탭은 숨김 — 절곡 선택 시 전체(P-003)로 자동 동작 */} {/* 로딩 상태 */}