Bladeren bron

[phr] 건강정보이력 문구 수정. 진료담당자 -> 기록자 변경.

sjpark 4 jaren geleden
bovenliggende
commit
59e707e6b1
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2 2
      src/main/webapp/WEB-INF/jsp/clinic/info.jsp

+ 2 - 2
src/main/webapp/WEB-INF/jsp/clinic/info.jsp

@@ -91,7 +91,7 @@ function retrievePhrData() {
            	var html = "<thead><tr>";
 			html += "<th>기록일시</th>";
 			html += "<th>"+phrName+"</th>";
-			html += "<th>진료담당자</th>";
+			html += "<th>기록자</th>";
 			html += "</tr></thead>";
 			html += "<tbody>";
 			var contents = "<tr><td colspan=3>데이터가 없습니다.</td></tr>" ;
@@ -902,7 +902,7 @@ $(document).ready(function() {
 													<tr>
 														<th>기록일시</th>
 														<th>체온</th>
-														<th>진료담당자</th>
+														<th>기록자</th>
 													</tr>
 												</thead>
 												<tbody>