|
@@ -44,7 +44,7 @@
|
|
|
</head>
|
|
|
<body>
|
|
|
<ul class="nav nav-tabs">
|
|
|
- <li><a href="${ctx}/new/user/agency/">机构列表</a></li>
|
|
|
+ <li><a href="${ctx}/new/user/agency/">未注册用户咨询记录</a></li>
|
|
|
<li class="active"><a href="${ctx}/new/user/agency/remarks?clubId=${cmClubRemarks.clubId}">咨询记录</a></li>
|
|
|
</ul><br/>
|
|
|
<form:form id="searchForm" modelAttribute="cmClubRemarks" action="${ctx}/new/user/agency/remarks" method="post" class="breadcrumb form-search">
|
|
@@ -58,12 +58,20 @@
|
|
|
<div style="overflow-x: hidden;word-break:break-all">
|
|
|
<c:forEach items="${page.list}" var="clubRemarks" varStatus="remark">
|
|
|
<div class="td clear" style="dashed #0066CC;">
|
|
|
- <div style="font-weight: bold;width: 100%;float: left;"><span style="float: left;">${clubRemarks.spName}</span>
|
|
|
- <span style="float: left;margin-left:10px;"><fmt:formatDate value="${clubRemarks.addTime}" pattern="yyyy-MM-dd HH:mm"/></span></div>
|
|
|
+
|
|
|
+ <div style="font-weight: bold;width: 100%;float: left;">
|
|
|
+ <span style="float: left;">${clubRemarks.spName}</span>
|
|
|
+ <span style="float: left;margin-left:10px;"><fmt:formatDate value="${clubRemarks.addTime}" pattern="yyyy-MM-dd HH:mm"/></span>
|
|
|
+ <span style="float: left;margin-left:120px;">管理员:${clubRemarks.leaderName}</span>
|
|
|
+ </div>
|
|
|
<div class="td-text" style="width: 100%;float: left;margin-top: 20px;">
|
|
|
<div style="width: 100px;font-weight: bold;margin: 10px 0;float: left;text-align: right;margin-right: 10px;">咨询人:</div>
|
|
|
<div style="width: 800px;float: left;margin: 10px 0;">${clubRemarks.questionMan}</div>
|
|
|
</div>
|
|
|
+ <div class="td-text" style="width: 100%;float: left;margin-top: 20px;">
|
|
|
+ <div style="width: 100px;font-weight: bold;margin: 10px 0;float: left;text-align: right;margin-right: 10px;">咨询类别:</div>
|
|
|
+ <div style="width: 800px;float: left;margin: 10px 0;">${clubRemarks.consultType}</div>
|
|
|
+ </div>
|
|
|
<div class="td-text" style="width: 100%;float: left;margin-top: 20px;">
|
|
|
<div style="width: 100px;font-weight: bold;margin: 10px 0;float: left;text-align: right;margin-right: 10px;">关键词记录:</div>
|
|
|
<div style="width: 800px;float: left;margin: 10px 0;">
|