회원 탈퇴관리 통계 문구수정

This commit is contained in:
itn 2023-06-26 17:39:58 +09:00
parent 4c381b8b1f
commit 5cbc48dbf6

View File

@ -136,15 +136,11 @@ function fn_search2(){
<div class="tableWrap">
<table class="tbType4">
<colgroup>
<col style="width:8%">
<col style="width:11%">
<col style="width:11%">
<col style="width:11%">
<col style="width:11%">
<col style="width:11%">
<col style="width:11%">
<col style="width:11%">
<col style="width:11%">
<col style="width:6%">
<c:forEach var="item" items="${resultMberDelTypeGrpList}" varStatus="status">
<col style="width:11.5%">
</c:forEach>
<col style="width:*%">
</colgroup>
<thead>
<tr>
@ -229,7 +225,7 @@ function fn_search2(){
<td>
<c:choose>
<c:when test="${result.deleteType eq '01'}">
기업회원으로 다시 가입
기업회원 전환
</c:when>
<c:when test="${result.deleteType eq '02'}">
사용할 일이 없어서
@ -247,7 +243,7 @@ function fn_search2(){
다른 사이트이용
</c:when>
<c:otherwise>
해지사유 직접 입력
기타(직접 입력)
</c:otherwise>
</c:choose>
</td>