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 %

+ + }