|
@@ -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>
|