|
@@ -145,6 +145,7 @@
|
|
|
<table id="contentTable" class="table table-striped table-bordered table-condensed">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
+ <th>机构ID</th>
|
|
|
<th>机构名称</th>
|
|
|
<th>机构简称</th>
|
|
|
<th>联系人</th>
|
|
@@ -167,6 +168,7 @@
|
|
|
<tbody>
|
|
|
<c:forEach items="${page.list}" var="newCmClubList">
|
|
|
<tr>
|
|
|
+ <td>${newCmClubList.clubID}</td>
|
|
|
<td>
|
|
|
<%-- <c:if test="${newCmClubList.userIdentity eq 2}">--%>
|
|
|
${newCmClubList.name}
|
|
@@ -289,7 +291,7 @@
|
|
|
${newCmClubList.auditTime}
|
|
|
</td>
|
|
|
<td>
|
|
|
- <a href="${ctx}/new/user/agency/clubPortrait?clubID=${newCmClubList.clubID}&dateType=0&type=4">机构画像</a>
|
|
|
+ <a href="${ctx}/new/user/agency/clubPortrait?clubID=${newCmClubList.clubID}&clubName=${newCmClubList.name}&dateType=0&type=4">机构画像</a>
|
|
|
<shiro:hasPermission name="club:cmAgency:edit">
|
|
|
<a href="${ctx}/new/user/agency/form?id=${newCmClubList.clubID}&source=1&searchName=${newCmClub.searchName}&searchUserName=${newCmClub.searchUserName}&searchBindMobile=${newCmClub.searchBindMobile}&searchEmail=${newCmClub.searchEmail}&searchUserOrganizeID=${newCmClub.searchUserOrganizeID}&searchStatus=${newCmClub.searchStatus}&searchUserIdentity=${newCmClub.searchUserIdentity}&searchStartTime=${newCmClub.searchStartTime}&searchEndTime=${newCmClub.searchEndTime}">编辑</a>
|
|
|
</shiro:hasPermission>
|