From b14541486c32ed66ef40fc362b8ebd899b9dc2e1 Mon Sep 17 00:00:00 2001 From: jity7777 Date: Mon, 9 May 2022 04:08:45 +0000 Subject: [PATCH] =?UTF-8?q?<=EA=B8=B0=EB=8A=A5=EA=B0=9C=EC=84=A0>=201.=20P?= =?UTF-8?q?MS=20NO=20:=202.=20(=EC=A3=BC=EC=9A=94)=EC=9E=91=EC=97=85?= =?UTF-8?q?=EB=82=B4=EC=9A=A9=20(1)=20FO/Views/Home/Index.cshtml=20=20-=20?= =?UTF-8?q?=EC=8A=B9=EA=B8=89=EA=B5=90=EC=9C=A1=EC=9D=BC=EB=95=8C=20"?= =?UTF-8?q?=ED=98=84=EC=9E=AC=EB=93=B1=EA=B8=89"=EC=9D=84=20=20"=EC=8A=B9?= =?UTF-8?q?=EA=B8=89=20=ED=9B=84=20=EB=93=B1=EA=B8=89"=EC=9C=BC=EB=A1=9C?= =?UTF-8?q?=20=EB=B3=80=EA=B2=BD=20=20=20=20=EA=B8=B0=EC=A1=B4=20=EC=A1=B0?= =?UTF-8?q?=EA=B1=B4=EC=9D=B4=EC=97=88=EC=9C=BC=EB=82=98=20=ED=98=84?= =?UTF-8?q?=EC=9E=AC=20=EC=B5=9C=EA=B7=BC=20=EC=88=98=EC=A0=95=20=EC=9E=91?= =?UTF-8?q?=EC=97=85=20=ED=9B=84=20=EB=B3=80=EA=B2=BD=20=EA=B8=B0=EB=A1=9D?= =?UTF-8?q?=20=EC=95=88=EB=90=98=EC=96=B4=20=EC=B6=94=EA=B0=80=EB=A1=9C=20?= =?UTF-8?q?=EC=88=98=EC=A0=95=ED=95=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FO/Views/Home/Index.cshtml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/FO/Views/Home/Index.cshtml b/FO/Views/Home/Index.cshtml index d84cb22..c21baed 100644 --- a/FO/Views/Home/Index.cshtml +++ b/FO/Views/Home/Index.cshtml @@ -369,7 +369,6 @@ $('#msSel' + (Number(num) + 1)).removeClass('disable'); $('#msSel' + (Number(num) + 1)).addClass('active'); - $("#msSel4 > span").text("현재등급") let tempCnt = 0; $('#msSel' + (Number(num) + 1) + ' div ul li').each(function () { @@ -396,8 +395,15 @@ $("#liedu4").hide() $("#lijob57").hide() - if ($("#msSel3 > span").text() == "승급교육") { - $("#msSel4 > span").text("승급 후 등급") + + if (num == 3) { + + if ($("#msSel3 > span").text() == "승급교육") { + $("#msSel4 > span").text("승급 후 등급") + } + else { + $("#msSel4 > span").text("현재등급") + } } if ($("#msSel2 > span").text() == "설계시공기술인") {