회원 탈퇴관리 통계 문구수정
This commit is contained in:
parent
4c381b8b1f
commit
5cbc48dbf6
@ -136,15 +136,11 @@ function fn_search2(){
|
|||||||
<div class="tableWrap">
|
<div class="tableWrap">
|
||||||
<table class="tbType4">
|
<table class="tbType4">
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col style="width:8%">
|
<col style="width:6%">
|
||||||
<col style="width:11%">
|
<c:forEach var="item" items="${resultMberDelTypeGrpList}" varStatus="status">
|
||||||
<col style="width:11%">
|
<col style="width:11.5%">
|
||||||
<col style="width:11%">
|
</c:forEach>
|
||||||
<col style="width:11%">
|
<col style="width:*%">
|
||||||
<col style="width:11%">
|
|
||||||
<col style="width:11%">
|
|
||||||
<col style="width:11%">
|
|
||||||
<col style="width:11%">
|
|
||||||
</colgroup>
|
</colgroup>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@ -229,7 +225,7 @@ function fn_search2(){
|
|||||||
<td>
|
<td>
|
||||||
<c:choose>
|
<c:choose>
|
||||||
<c:when test="${result.deleteType eq '01'}">
|
<c:when test="${result.deleteType eq '01'}">
|
||||||
기업회원으로 다시 가입
|
기업회원 전환
|
||||||
</c:when>
|
</c:when>
|
||||||
<c:when test="${result.deleteType eq '02'}">
|
<c:when test="${result.deleteType eq '02'}">
|
||||||
사용할 일이 없어서
|
사용할 일이 없어서
|
||||||
@ -247,7 +243,7 @@ function fn_search2(){
|
|||||||
다른 사이트이용
|
다른 사이트이용
|
||||||
</c:when>
|
</c:when>
|
||||||
<c:otherwise>
|
<c:otherwise>
|
||||||
해지사유 직접 입력
|
기타(직접 입력)
|
||||||
</c:otherwise>
|
</c:otherwise>
|
||||||
</c:choose>
|
</c:choose>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user