From 53a2f81a7789e66a7a7a5e57606f6d254cb92c83 Mon Sep 17 00:00:00 2001 From: mjkhan21 Date: Wed, 12 Jun 2024 16:22:38 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90=20=EC=A0=95?= =?UTF-8?q?=EB=B3=B4=20=ED=99=94=EB=A9=B4=20=EC=88=98=EC=A0=95=20-=20?= =?UTF-8?q?=EC=83=81=ED=83=9C=20=EA=B4=80=EB=A0=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/jsp/base/user/user-info.jsp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/main/webapp/WEB-INF/jsp/base/user/user-info.jsp b/src/main/webapp/WEB-INF/jsp/base/user/user-info.jsp index 88376e4c..02fe4425 100644 --- a/src/main/webapp/WEB-INF/jsp/base/user/user-info.jsp +++ b/src/main/webapp/WEB-INF/jsp/base/user/user-info.jsp @@ -155,6 +155,7 @@
+
@@ -163,6 +164,11 @@
+
+ + + +
@@ -201,6 +207,8 @@ infoPrefixControl.setInfo = obj => { } else div.attr("hidden","hidden"); }); + $("label[for='STTS']").html(obj.data.STTS == "P" ? "승인" : "신청"); + $("#infoPrefix-form").find("input,select") .change(function() { let input = $(this),