2023/08/08 예약관리 > 테이블 수정

This commit is contained in:
ITN_디자인팀 2023-08-08 11:02:00 +09:00
parent 4459d84b6f
commit 70ff2a6a4a
4 changed files with 4 additions and 4 deletions

View File

@ -301,7 +301,7 @@ $(document).ready(function(){
</c:when>
<c:otherwise>
<tr>
<td colspan="12">발송 내역이 없습니다.</td>
<td colspan="13">발송 내역이 없습니다.</td>
</tr>
</c:otherwise>
</c:choose>

View File

@ -240,7 +240,7 @@ $(document).ready(function(){
</c:when>
<c:otherwise>
<tr>
<td colspan="10">발송 내역이 없습니다.</td>
<td colspan="11">발송 내역이 없습니다.</td>
</tr>
</c:otherwise>
</c:choose>

View File

@ -227,7 +227,7 @@ $(document).ready(function(){
</c:when>
<c:otherwise>
<tr>
<td colspan="9">발송 내역이 없습니다.</td>
<td colspan="10">발송 내역이 없습니다.</td>
</tr>
</c:otherwise>
</c:choose>

View File

@ -244,7 +244,7 @@ function fnSearch(pageNo){
</c:when>
<c:otherwise>
<tr>
<td colspan="9">발송 내역이 없습니다.</td>
<td colspan="10">발송 내역이 없습니다.</td>
</tr>
</c:otherwise>
</c:choose>