From 204554be0dad979a1c1b07513dd3651cc0c45cef Mon Sep 17 00:00:00 2001 From: iyak Date: Mon, 20 Jan 2025 04:38:03 +0000 Subject: [PATCH] =?UTF-8?q?6422-=EC=8B=9C=ED=97=98=EC=9D=91=EC=8B=9C=20?= =?UTF-8?q?=EC=95=88=EB=82=B4=20=EB=AC=B8=EA=B5=AC=20=ED=91=9C=EA=B8=B0=20?= =?UTF-8?q?=EA=B4=80=EB=A0=A8=20=EB=AC=B8=EA=B5=AC=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FO/Views/CRoom/Estimation.cshtml | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/FO/Views/CRoom/Estimation.cshtml b/FO/Views/CRoom/Estimation.cshtml index 8821780..5d07360 100644 --- a/FO/Views/CRoom/Estimation.cshtml +++ b/FO/Views/CRoom/Estimation.cshtml @@ -57,14 +57,31 @@ } -} + } + @if (Model.Datas.Where(w => w.dtype > -1).Count() < 1) { - - 평가할 항목이 없습니다. + + + @if (Model.tabidx == 0 || Model.tabidx == 1) + { +

※ 24년 8월 22일 부터 건설기술진흥법 변경으로 집체교육 당일 교육장에서 시험평가가 진행됩니다.

+ } +

- 평가할 항목이 없습니다.

+ + } else { - 현재 진도율: @Model.Datas.Where(w=>w.dtype == -1).First().intval5 % + + + @if (Model.tabidx == 0 || Model.tabidx == 1) + { +

※ 24년 8월 22일 부터 건설기술진흥법 변경으로 집체교육 당일 교육장에서 시험평가가 진행됩니다.

+ } +

현재 진도율: @Model.Datas.Where(w => w.dtype == -1).First().intval5 %

+ + }