|
@@ -289,7 +289,7 @@
|
|
|
<td class="td-none">${clubList.payTotalMonth}</td>
|
|
|
<td class="td-none">${clubList.payTotalYear}</td>
|
|
|
<td class="td-none">${clubList.payTotal}</td>
|
|
|
- <td>
|
|
|
+ <td class="td-none">
|
|
|
<c:if test="${clubList.pageLabel ne null}">
|
|
|
${clubList.pageLabel}
|
|
|
</c:if>
|
|
@@ -297,7 +297,7 @@
|
|
|
---
|
|
|
</c:if>
|
|
|
</td>
|
|
|
- <td>${clubList.lastOrderTime}</td>
|
|
|
+ <td class="td-none">${clubList.lastOrderTime}</td>
|
|
|
<td>
|
|
|
<a href="${ctx}/new/user/agency/clubPortrait?clubID=${clubList.clubID}&clubName=${clubList.name}&dateType=0&type=4">查看详情</a>
|
|
|
</td>
|