From 6674df1b643ff708be07222c2cf4d744509a7380 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=B3=B4=EA=B3=A4?= Date: Tue, 3 Mar 2026 23:04:36 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20[attendance]=20=EA=B7=BC=ED=83=9C?= =?UTF-8?q?=EA=B4=80=EB=A6=AC=20=EC=8A=B9=EC=9D=B8=20=ED=83=AD=20=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 결재관리에서 처리하므로 승인 탭 불필요 - 탭 네비게이션, 승인 탭 콘텐츠, 승인 신청 모달 제거 - 승인/반려 JS 함수 및 탭 전환 로직 제거 --- .../views/hr/attendances/manage.blade.php | 214 +----------------- 1 file changed, 2 insertions(+), 212 deletions(-) diff --git a/resources/views/hr/attendances/manage.blade.php b/resources/views/hr/attendances/manage.blade.php index 29406cfd..08486163 100644 --- a/resources/views/hr/attendances/manage.blade.php +++ b/resources/views/hr/attendances/manage.blade.php @@ -8,7 +8,7 @@

근태관리

-

근태 등록, 수정, 삭제 및 승인 관리

+

근태 등록, 수정, 삭제 관리

- -
- - {{-- 탭 콘텐츠 영역 --}} + {{-- 콘텐츠 영역 --}}
- {{-- 등록/관리 탭 --}}
{{-- 필터 + 일괄 삭제 --}} @@ -118,17 +105,6 @@ class="min-h-[200px]">
- - {{-- 승인 탭 --}} -
@@ -307,102 +283,10 @@ class="px-4 py-2 text-sm text-white bg-purple-600 hover:bg-purple-700 rounded-lg -{{-- 승인 신청 모달 --}} - @endsection @push('scripts') @endpush