From 91d2492c13d8665dc3036ea9bcf4ccd66ab13cd3 Mon Sep 17 00:00:00 2001 From: dyhj625 Date: Thu, 20 Feb 2025 15:21:08 +0900 Subject: [PATCH] =?UTF-8?q?=ED=9C=B4=EA=B0=80=20=EC=82=AD=EC=A0=9C?= =?UTF-8?q?=EA=B8=B0=EB=8A=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/button/HalfDayButtons.vue | 24 +- src/components/modal/VacationGrantModal.vue | 4 +- src/components/modal/VacationModal.vue | 275 +++++++++++--------- src/components/vacation/ProfileList.vue | 12 +- src/views/vacation/VacationManagement.vue | 209 +++++++++------ 5 files changed, 305 insertions(+), 219 deletions(-) diff --git a/src/components/button/HalfDayButtons.vue b/src/components/button/HalfDayButtons.vue index 2dc31e0..83f4c35 100644 --- a/src/components/button/HalfDayButtons.vue +++ b/src/components/button/HalfDayButtons.vue @@ -22,21 +22,21 @@ - +const addVacationRequests = () => { + emit("addVacationRequests"); +}; + + } + diff --git a/src/components/vacation/ProfileList.vue b/src/components/vacation/ProfileList.vue index 526537c..ae2d257 100644 --- a/src/components/vacation/ProfileList.vue +++ b/src/components/vacation/ProfileList.vue @@ -1,6 +1,6 @@