누적결제액 세부내역 번호표시 오류 수정
This commit is contained in:
parent
007444507c
commit
bc75f62df4
@ -76,7 +76,9 @@ $(document).ready(function(){
|
||||
<c:when test="${not empty mberGrdHistList}">
|
||||
<c:forEach var="result" items="${mberGrdHistList}" varStatus="status">
|
||||
<tr class="level_text">
|
||||
<td>1</td>
|
||||
<td>
|
||||
<c:out value="${ ( paginationInfo.totalRecordCount - ((paginationInfo.currentPageNo -1)*paginationInfo.recordCountPerPage) ) - status.index }"/>
|
||||
</td>
|
||||
<td><c:out value="${result.regDate}"/></td>
|
||||
<td>
|
||||
<fmt:formatNumber type="number" maxFractionDigits="3" value="${result.amt}" var="amt" />
|
||||
|
||||
Loading…
Reference in New Issue
Block a user