소스 검색

[진료관리] 설정 - 대시보드 하나 이상 표시 체크시 임상증상은 제외시키도록 수정.

sjpark 4 년 전
부모
커밋
b27ed28abc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/webapp/WEB-INF/jsp/clinic/config.jsp

+ 1 - 1
src/main/webapp/WEB-INF/jsp/clinic/config.jsp

@@ -204,7 +204,7 @@ $(document).ready(function() {
                         <li class="displayItem"><label><input id="displayItemPulseRate" type="checkbox" name="displayItem" value="Y" <c:out value="${pulseRateCheck}" />><span>맥박</span></label></li>
                         <li class="displayItem"><label><input id="displayItemOxygenSaturation" type="checkbox" name="displayItem" value="Y" <c:out value="${oxygenSaturationCheck}" />><span>산소포화도</span></label></li>
                         <li class="displayItem"><label><input id="displayItemBloodSugar" type="checkbox" name="displayItem" value="Y" <c:out value="${bloodSugarCheck}" />><span>혈당</span></label></li>
-                        <li class="displayItem"><label><input id="displayItemSymptom" type="checkbox" name="displayItem" value="Y" <c:out value="${symptomCheck}" />><span>임상증상</span></label></li>
+                        <li class="displayItem"><label><input id="displayItemSymptom" type="checkbox" name="" value="Y" <c:out value="${symptomCheck}" />><span>임상증상</span></label></li>
                       </ul>
                     </div>
                   </div>