diff --git a/FO/Views/CRoom/Estimation.cshtml b/FO/Views/CRoom/Estimation.cshtml index 67ac0fb..d443252 100644 --- a/FO/Views/CRoom/Estimation.cshtml +++ b/FO/Views/CRoom/Estimation.cshtml @@ -15,7 +15,7 @@
| @@ -26,13 +26,13 @@ class="evaType@(d.intval4==1?"04":d.intval3==1?"03":d.intval3==0 && d.intval >=d.intval2?"02":"01")">@(d.intval4 == 1 ? "[평가완료]" : d.intval3 == 1 ? "[참여완료]" : d.intval3 == 0 && d.intval >=d.intval2 ? "[참여가능]" : "[참여불가]") | |
|---|---|
| - 평가할 항목이 없습니다. | |
| 현재 진도율: @Model.Datas.First().intval % | |
| 현재 진도율: @Model.Datas.Where(w=>w.dtype == -1).First().intval5 % | |