瀏覽代碼

환자정보 화면 수정

junekeunsong 4 年之前
父節點
當前提交
263eb2d354
共有 1 個文件被更改,包括 16 次插入1 次删除
  1. 16 1
      src/main/webapp/WEB-INF/jsp/patient/info.jsp

+ 16 - 1
src/main/webapp/WEB-INF/jsp/patient/info.jsp

@@ -130,9 +130,24 @@ function nonFaceStart() {
                                         </tr>
                                         <tr>
                                             <th>격리해제 예정일</th>
-                                            <td colspan="3">
+                                            <td>
                                                 <c:out value="${info.disisolationDate}" />
                                             </td>
+                                            <th>상태</th>
+                                            <td>
+                                                <c:if test="${info.state eq 'H'}">
+                                                    입소
+                                                </c:if>
+                                                <c:if test="${info.state eq 'D'}">
+                                                    퇴소
+                                                </c:if>
+                                                <c:if test="${info.state eq 'T'}">
+                                                    지정병원 이송
+                                                </c:if>
+                                                <c:if test="${info.state eq 'E'}">
+                                                    기타
+                                                </c:if>
+                                            </td>
                                         </tr>
                                         <tr>
                                             <th>최근 약복용<br />(최근 24시간 이내)</th>