From d14d5d6e87b2eb5e877eaf5805ddc8504bca1000 Mon Sep 17 00:00:00 2001 From: moomint8 Date: Thu, 13 Jun 2024 19:59:24 +0900 Subject: [PATCH 1/2] =?UTF-8?q?fix(manager):=20=ED=9A=8C=EC=9B=90=20?= =?UTF-8?q?=EB=B9=84=EB=B0=80=EB=B2=88=ED=98=B8=20=EC=B4=88=EA=B8=B0?= =?UTF-8?q?=ED=99=94,=20=EA=B6=8C=ED=95=9C=20=EC=88=98=EC=A0=95=20?= =?UTF-8?q?=EB=B2=84=EA=B7=B8=20=EA=B0=9C=EC=84=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 잘못된 요청으로 인해 요청이 처리되지 않던 버그를 수정했습니다. --- src/components/manager/EditUserRole.vue | 180 ++++++++++--------- src/components/manager/ResetUserPassword.vue | 133 ++++++++------ 2 files changed, 173 insertions(+), 140 deletions(-) diff --git a/src/components/manager/EditUserRole.vue b/src/components/manager/EditUserRole.vue index bc332a8..1425667 100644 --- a/src/components/manager/EditUserRole.vue +++ b/src/components/manager/EditUserRole.vue @@ -1,84 +1,100 @@ - - - - \ No newline at end of file + + + + + + + \ No newline at end of file diff --git a/src/components/manager/ResetUserPassword.vue b/src/components/manager/ResetUserPassword.vue index 0d6db1a..e36a481 100644 --- a/src/components/manager/ResetUserPassword.vue +++ b/src/components/manager/ResetUserPassword.vue @@ -1,59 +1,76 @@ - - - - \ No newline at end of file +
+

회원 비밀번호 초기화

+

회원의 비밀번호를 초기화하시겠습니까?

+ +
+ + + + + \ No newline at end of file From 832d469c1c88f2a28e7c5f2ed0abd2206bce33ce Mon Sep 17 00:00:00 2001 From: moomint8 Date: Thu, 13 Jun 2024 20:38:03 +0900 Subject: [PATCH 2/2] =?UTF-8?q?fix(manager):=20=ED=9A=8C=EC=9B=90=20?= =?UTF-8?q?=EC=A0=95=EB=B3=B4=20=EB=B3=80=EA=B2=BD=20=EB=B2=84=EA=B7=B8=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 회원 정보 변경이 되지 않는 문제를 수정했습니다. --- src/components/manager/EditUser.vue | 460 ++++++++++++++-------------- 1 file changed, 223 insertions(+), 237 deletions(-) diff --git a/src/components/manager/EditUser.vue b/src/components/manager/EditUser.vue index abd8375..197e271 100644 --- a/src/components/manager/EditUser.vue +++ b/src/components/manager/EditUser.vue @@ -1,194 +1,197 @@ - - + } +