feat: [작업자화면] 공정 그룹(process_group) 도입 — 절곡 탭 1개로 통합 + 하위 공정 필터

This commit is contained in:
김보곤
2026-03-21 15:07:37 +09:00
parent 728c9c7a29
commit 1c86f5c8f6
3 changed files with 106 additions and 15 deletions

View File

@@ -92,6 +92,9 @@ export interface Process {
// 단계 목록
steps?: ProcessStep[];
// 공정 그룹 (같은 그룹은 하나의 탭으로 표시)
processGroup?: string;
// 상태
status: ProcessStatus;