25/03/24 조정사건 목록 진행상태 select 오류 주석 처리
This commit is contained in:
parent
5577792c68
commit
90dfbed563
@ -145,9 +145,12 @@
|
|||||||
<option value="3" ${adjstIncidentVO.searchCondition eq '3' ? 'selected' : '' }>신청인명</option>
|
<option value="3" ${adjstIncidentVO.searchCondition eq '3' ? 'selected' : '' }>신청인명</option>
|
||||||
<option value="4" ${adjstIncidentVO.searchCondition eq '4' ? 'selected' : '' }>피신청인명</option>
|
<option value="4" ${adjstIncidentVO.searchCondition eq '4' ? 'selected' : '' }>피신청인명</option>
|
||||||
<option value="5" ${adjstIncidentVO.searchCondition eq '5' ? 'selected' : '' }>신청내용</option>
|
<option value="5" ${adjstIncidentVO.searchCondition eq '5' ? 'selected' : '' }>신청내용</option>
|
||||||
<c:if test="${adjstIncidentVO.searchStatus ne 'B'}">
|
|
||||||
|
<!-- 웹접근성 및 웹표준 오류로 select>option 주석 -->
|
||||||
|
<%-- <c:if test="${adjstIncidentVO.searchStatus ne 'B'}">
|
||||||
<option value="6" ${adjstIncidentVO.searchCondition eq '6' ? 'selected' : '' }>진행상태</option>
|
<option value="6" ${adjstIncidentVO.searchCondition eq '6' ? 'selected' : '' }>진행상태</option>
|
||||||
</c:if>
|
</c:if> --%>
|
||||||
|
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<div class="sel_date">
|
<div class="sel_date">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user