Sfoglia il codice sorgente

비활성 문구변경
의료진 관리 검색 조건 변경

junekeunsong 4 anni fa
parent
commit
ae5cad089e

+ 1 - 1
src/main/webapp/WEB-INF/jsp/staff/edit.jsp

@@ -109,7 +109,7 @@ $( function(){
                                                     <label class="form-check form-check-inline">
                                                         <input class="form-check-input" type="radio" name="useYn" value="N" <c:if test="${info.useYn eq 'N'}">checked="checked"</c:if>>
                                                         <span class="form-check-label">
-                                                          비활성
+                                                          비활성
                                                         </span>
                                                     </label>
                                                 </td>

+ 3 - 3
src/main/webapp/WEB-INF/jsp/staff/list.jsp

@@ -49,7 +49,7 @@
                                                             <select class="custom-select  form-control" id="selectState" name="selectState">
                                                                 <option value="sName" <c:if test="${selectState eq 'sName'}"> selected="selected"</c:if>>이름</option>
                                                                 <option value="sId" <c:if test="${selectState eq 'sId'}"> selected="selected"</c:if>>아이디</option>
-                                                                <option value="sCenterName" <c:if test="${selectState eq 'sCenterName'}"> selected="selected"</c:if>>치료센터명</option>
+<%--                                                                 <option value="sCenterName" <c:if test="${selectState eq 'sCenterName'}"> selected="selected"</c:if>>치료센터명</option> --%>
                                                             </select>
                                                         </div>
                                                         <div class="col-6">
@@ -64,7 +64,7 @@
                                                             <select class="custom-select  form-control" id="useYn" name="useYn">
                                                                 <option value="">전체</option>
                                                                 <option value="Y" <c:if test="${useYn eq 'Y'}"> selected="selected"</c:if>>활성</option>
-                                                                <option value="N" <c:if test="${useYn eq 'N'}"> selected="selected"</c:if>>비활성</option>
+                                                                <option value="N" <c:if test="${useYn eq 'N'}"> selected="selected"</c:if>>비활성</option>
                                                             </select>
                                                         </div>
                                                         <div class="col-6">
@@ -110,7 +110,7 @@
                                                     <th>번호</th>
                                                     <th>아이디</th>
                                                     <th>이름</th>
-                                                    <th>치료센터명</th>
+                                                    <th>생활치료센터명</th>
                                                     <th>권한그룹</th>
                                                     <th>최종접속일시</th>
                                                     <th>등록일시</th>

+ 2 - 2
src/main/webapp/WEB-INF/jsp/staff/new.jsp

@@ -161,7 +161,7 @@ $( function(){
                                                     <label class="form-check form-check-inline">
                                                         <input class="form-check-input" type="radio" name="useYn" value="N">
                                                         <span class="form-check-label">
-                                                          비활성
+                                                          비활성
                                                         </span>
                                                     </label>
                                                 </td>
@@ -170,7 +170,7 @@ $( function(){
                                         <div class="row mt-3">
                                             <div class="col-12">
                                                 <div class="text-right">
-                                                    <button type="button" class="btn btn-outline-primary w100">취소</button>
+                                                    <button type="button" class="btn btn-outline-primary w100" onclick="history.back();">취소</button>
                                                     <button type="submit" class="btn btn-primary w100">등록</button>
                                                 </div>
                                             </div>