refactor: #3387 수정완료 : [관리자] 교육확정관리목록 => 강사배정 없는 상태인데, 배정완료로 나옴

This commit is contained in:
hylee 2023-10-13 16:33:28 +09:00
parent 81637f1d2b
commit 6020967c2a
2 changed files with 6 additions and 7 deletions

View File

@ -280,13 +280,12 @@
<kc:code codeId="VEA004" code="${list.ddlnCd}"/> <kc:code codeId="VEA004" code="${list.ddlnCd}"/>
</td> </td>
<td> <td>
<%-- <c:out value="${list.strtPnttm}"/>~<c:out value="${list.endPnttm}"/> --%>
<c:choose> <c:choose>
<c:when test="${list.instrCnt ne 0 }"> <c:when test="${list.instrCnt eq 0 or list.instrCnt eq null}">
배정완료 <button type="button" class="btn_type04" onclick="fncGoDetail('<c:out value="${list.prcsAplctPrdOrd}"/>');">강사배정</button>
</c:when> </c:when>
<c:otherwise> <c:otherwise>
<button type="button" class="btn_type04" onclick="fncGoDetail('<c:out value="${list.prcsAplctPrdOrd}"/>');">강사배정</button> 배정완료
</c:otherwise> </c:otherwise>
</c:choose> </c:choose>
</td> </td>

View File

@ -282,11 +282,11 @@
<td> <td>
<%-- <c:out value="${list.strtPnttm}"/>~<c:out value="${list.endPnttm}"/> --%> <%-- <c:out value="${list.strtPnttm}"/>~<c:out value="${list.endPnttm}"/> --%>
<c:choose> <c:choose>
<c:when test="${list.instrCnt ne 0 }"> <c:when test="${list.instrCnt eq 0 or list.instrCnt eq null}">
배정완료 <button type="button" class="btn_type04" onclick="fncGoDetail('<c:out value="${list.prcsAplctPrdOrd}"/>');">강사배정</button>
</c:when> </c:when>
<c:otherwise> <c:otherwise>
<button type="button" class="btn_type04" onclick="fncGoDetail('<c:out value="${list.prcsAplctPrdOrd}"/>');">강사배정</button> 배정완료
</c:otherwise> </c:otherwise>
</c:choose> </c:choose>
</td> </td>