feat: [dashboard] 달력 휴가 표시에 사유 추가

This commit is contained in:
김보곤
2026-03-17 08:23:27 +09:00
parent 48d9d72fa8
commit aec7528191
2 changed files with 5 additions and 1 deletions

View File

@@ -314,6 +314,7 @@ private function getLeaveMap(int $tenantId, string $startDate, string $endDate):
'type_label' => $leave->type_label,
'leave_type' => $leave->leave_type,
'user_name' => $leave->user?->name ?? '(미지정)',
'reason' => $leave->reason,
];
}
}