junekeunsong 4 lat temu
rodzic
commit
fc1b431ea0
1 zmienionych plików z 11 dodań i 0 usunięć
  1. 11 0
      src/main/webapp/WEB-INF/jsp/center/list.jsp

+ 11 - 0
src/main/webapp/WEB-INF/jsp/center/list.jsp

@@ -213,6 +213,7 @@ function getExcel(){
                                                 <col style=" width: 5%; ">
                                                 <col style=" width: 6%; ">
                                                 <col style=" width: 8%; ">
+                                                <col style=" width: 8%; ">
                                                 <col style=" width: 5%; ">
                                             </colgroup>
                                             <thead>
@@ -225,6 +226,7 @@ function getExcel(){
                                                     <th rowspan="2">응급전화번호</th>
                                                     <th colspan="5">인원 수 (단위 : 명)</th>
                                                     <th rowspan="2">등록일시</th>
+                                                    <th rowspan="2">종료일</th>
                                                     <th rowspan="2">상태</th>
                                                 </tr>
                                                 <tr>
@@ -257,6 +259,15 @@ function getExcel(){
                                                                 <td><c:out value="${l.totalPatientD}" /></td>
                                                                 <td><c:out value="${l.totalPatientT}" /></td>
                                                                 <td><c:out value="${l.createDate}" /></td>
+                                                                <td>
+                                                                    <c:if test="${l.expirationDate eq ''}">
+                                                                        -
+                                                                    </c:if>
+                                                                    <c:if test="${l.expirationDate ne ''}">
+                                                                        <c:out value="${l.expirationDate}" />
+                                                                    </c:if>
+                                                                    
+                                                                </td>
                                                                 <td><c:out value="${l.useYn}" /></td>
                                                             </tr>
                                                         </c:forEach>