From a5abd950f2666bfa75cfedafa0ccdfc2ab4ae2ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=B3=B4=EA=B3=A4?= Date: Sat, 28 Feb 2026 08:11:03 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20[users]=20=EC=A7=81=EA=B8=89/=EC=A7=81?= =?UTF-8?q?=EC=B1=85=20label=EC=97=90=20info=20=ED=88=B4=ED=8C=81=20?= =?UTF-8?q?=EC=95=84=EC=9D=B4=EC=BD=98=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 직급: "조직 내 서열" 설명 (사원, 대리, 과장 등) - 직책: "맡은 역할/책임" 설명 (팀장, 실장 등) - hover 시 tooltip 표시 (group/invisible 패턴) --- resources/views/users/create.blade.php | 24 ++++++++++++++++++++++-- resources/views/users/edit.blade.php | 24 ++++++++++++++++++++++-- 2 files changed, 44 insertions(+), 4 deletions(-) diff --git a/resources/views/users/create.blade.php b/resources/views/users/create.blade.php index 5cde5724..ab376d2e 100644 --- a/resources/views/users/create.blade.php +++ b/resources/views/users/create.blade.php @@ -71,7 +71,17 @@ class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none foc

직급/직책

- +
diff --git a/resources/views/users/edit.blade.php b/resources/views/users/edit.blade.php index 10010100..4316fc93 100644 --- a/resources/views/users/edit.blade.php +++ b/resources/views/users/edit.blade.php @@ -75,7 +75,17 @@ class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none foc

직급/직책

- +