style: 진행 상태 라벨 '미착수'를 '대기'로 변경

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-22 16:33:31 +09:00
parent 1a6321ed49
commit 2fd19e0bec
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -303,7 +303,7 @@ const isAssignee = computed(
* 중간 점검(체크포인트) — 작업자가 점검일 당일에 보고서로 전송, 지시자는 기록 열람
* ============================================================ */
const WORK_STATUS_LABEL: Record<ChecklistWorkStatus, string> = {
todo: '미착수',
todo: '대기',
doing: '진행 중',
done: '완료',
}