관리자 기소유예 대면 비대면일때 교육장소 구분

This commit is contained in:
hylee 2023-11-13 09:33:47 +09:00
parent 892e8aea74
commit d059ceb746
2 changed files with 12 additions and 9 deletions

View File

@ -291,16 +291,19 @@
<c:out value="${info.strtPnttm}"/>~<c:out value="${info.endPnttm}"/> <c:out value="${info.strtPnttm}"/>~<c:out value="${info.endPnttm}"/>
</td> </td>
</tr> </tr>
<c:if test="${info.prcsDiv eq 10}">
<tr> <tr>
<th scope="row">교육장소</th> <th scope="row">교육장소</th>
<td class="addPro_wrap"> <td class="addPro_wrap">
<c:out value="${info.eduPlace}"/> <c:out value="${info.eduPlace}"/>
</td> </td>
</tr> </tr>
</c:if>
<tr> <tr>
<th scope="row">교육기간</th> <th scope="row">교육일자</th>
<td> <td>
<c:out value="${info.eduStrtPnttm}"/>~<c:out value="${info.eduDdlnPnttm}"/> <c:out value="${info.eduStrtPnttm}"/>
<%-- <c:out value="${info.eduStrtPnttm}"/>~<c:out value="${info.eduDdlnPnttm}"/> --%>
</td> </td>
</tr> </tr>
<tr> <tr>

View File

@ -251,7 +251,7 @@
<th>NO</th> <th>NO</th>
<th>교육구분코드</th> <th>교육구분코드</th>
<th>과정명</th> <th>과정명</th>
<th>교육기간</th> <th>교육일자</th>
<th>신청자/정원</th> <th>신청자/정원</th>
<th>상태</th> <th>상태</th>
<th>강사배정</th> <th>강사배정</th>