260710_1
This commit is contained in:
@@ -93,10 +93,12 @@ export function renderPendingWorkflow(root: HTMLElement, opts: PendingWorkflowOp
|
||||
root.append(shell.root);
|
||||
}
|
||||
|
||||
/** 워크플로우 스텝 라벨 6종 (locale 결과) — B04~B09 공용.
|
||||
* 기존 WF_Step_* 키를 재사용 (중복 등록 방지, frontend.md §3). */
|
||||
/** 워크플로우 스텝 라벨 7종 (locale 결과) — B03~B09 공용.
|
||||
* 파일 입력(B03)부터 견적/문서(B09)까지 대시보드 워크플로우와 동일한 순서.
|
||||
* 기존 WF_Step_* / B03_File_Title 키를 재사용 (중복 등록 방지, frontend.md §3). */
|
||||
export function workflowSteps(): string[] {
|
||||
return [
|
||||
L("B03_File_Title"),
|
||||
L("WF_Step_Surface"),
|
||||
L("WF_Step_Route"),
|
||||
L("WF_Step_ProfileCross"),
|
||||
|
||||
Reference in New Issue
Block a user