feat: [dashboard] 달력 휴가 표시에 사유 추가
This commit is contained in:
@@ -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,
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user