이준호 문자온 개선 커밋
- 주소록 관리 > 주소록 입력 대행(무료) ==>요청사상 테이블 깨짐 수정 - http://pms.iten.co.kr:9999/issues/3995
This commit is contained in:
parent
db60e6fb6b
commit
8dddd73713
@ -106,7 +106,7 @@ $(document).ready(function(){
|
|||||||
<c:out value="${(paginationInfo.currentPageNo - 1) * paginationInfo.recordCountPerPage + status.count}"/>
|
<c:out value="${(paginationInfo.currentPageNo - 1) * paginationInfo.recordCountPerPage + status.count}"/>
|
||||||
</td>
|
</td>
|
||||||
<td><c:out value="${result.registPnttm}"/></td>
|
<td><c:out value="${result.registPnttm}"/></td>
|
||||||
<td><c:out value="${result.requestTxt}"/></td>
|
<td style="word-wrap: break-word"><c:out value="${result.requestTxt}"/></td>
|
||||||
<td>
|
<td>
|
||||||
<c:choose>
|
<c:choose>
|
||||||
<c:when test="${result.type eq 'F'}">
|
<c:when test="${result.type eq 'F'}">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user