From 5ed34ca27bd96c57df13411e37b639ec0964ade6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=B3=B4=EA=B3=A4?= Date: Thu, 5 Mar 2026 17:46:11 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20[approval]=20=EA=B2=B0=EC=9E=AC?= =?UTF-8?q?=ED=95=A8/=EC=B0=B8=EC=A1=B0=ED=95=A8/=EC=99=84=EB=A3=8C?= =?UTF-8?q?=ED=95=A8=20=ED=8E=98=EC=9D=B4=EC=A7=80=20=EC=82=AC=EC=9D=B4?= =?UTF-8?q?=EC=A6=88=20=EC=84=A0=ED=83=9D,=20=EC=B2=B4=ED=81=AC=EB=B0=95?= =?UTF-8?q?=EC=8A=A4=20=EC=84=A0=ED=83=9D=EC=82=AD=EC=A0=9C=20=EA=B8=B0?= =?UTF-8?q?=EB=8A=A5=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 기안함과 동일한 UI 패턴 적용 - 페이지당 표시 건수 선택 (15/50/100/200/500) - 전체선택/개별선택 체크박스 + 선택삭제 - 슈퍼관리자 영구삭제 컬럼 추가 --- resources/views/approvals/completed.blade.php | 99 ++++++++++++++- resources/views/approvals/pending.blade.php | 100 ++++++++++++++- .../views/approvals/references.blade.php | 119 +++++++++++++++--- 3 files changed, 299 insertions(+), 19 deletions(-) diff --git a/resources/views/approvals/completed.blade.php b/resources/views/approvals/completed.blade.php index 92881697..d94817ac 100644 --- a/resources/views/approvals/completed.blade.php +++ b/resources/views/approvals/completed.blade.php @@ -26,6 +26,26 @@ class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none foc + +
+
+ +
+
+ 페이지당 + + +
+
+
@@ -37,7 +57,9 @@ class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none foc @push('scripts') @endpush diff --git a/resources/views/approvals/pending.blade.php b/resources/views/approvals/pending.blade.php index b18bfc07..a631ac86 100644 --- a/resources/views/approvals/pending.blade.php +++ b/resources/views/approvals/pending.blade.php @@ -19,6 +19,26 @@ class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none foc + +
+
+ +
+
+ 페이지당 + + +
+
+
@@ -30,6 +50,9 @@ class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none foc @push('scripts') @endpush diff --git a/resources/views/approvals/references.blade.php b/resources/views/approvals/references.blade.php index 111b416a..13fe3579 100644 --- a/resources/views/approvals/references.blade.php +++ b/resources/views/approvals/references.blade.php @@ -37,6 +37,26 @@ class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none foc + +
+
+ +
+
+ 페이지당 + + +
+
+
@@ -48,7 +68,10 @@ class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none foc @push('scripts') @endpush