Browse Source

文案修改

zhijiezhao 3 years ago
parent
commit
4e4c9ae1e5

+ 1 - 1
src/main/webapp/WEB-INF/views/modules/userNew/cmAgencyList.jsp

@@ -262,7 +262,7 @@
                     </shiro:hasPermission>
                     </shiro:hasPermission>
                 </c:if>
                 </c:if>
                 <shiro:hasPermission name="club:cmAgency:remarks">
                 <shiro:hasPermission name="club:cmAgency:remarks">
-                    <a href="${ctx}/new/user/agency/remarks?clubId=${newCmClubList.clubID}">客户画像</a>
+                    <a href="${ctx}/new/user/agency/remarks?clubId=${newCmClubList.clubID}">咨询记录</a>
                 </shiro:hasPermission>
                 </shiro:hasPermission>
             </td>
             </td>
         </tr>
         </tr>

+ 2 - 2
src/main/webapp/WEB-INF/views/modules/userNew/cmAgencyRemarksList.jsp

@@ -2,7 +2,7 @@
 <%@ include file="/WEB-INF/views/include/taglib.jsp"%>
 <%@ include file="/WEB-INF/views/include/taglib.jsp"%>
 <html>
 <html>
 <head>
 <head>
-	<title>客户画像</title>
+	<title>咨询记录</title>
 	<meta name="decorator" content="default"/>
 	<meta name="decorator" content="default"/>
 	<script type="text/javascript">
 	<script type="text/javascript">
 		$(document).ready(function() {
 		$(document).ready(function() {
@@ -45,7 +45,7 @@
 <body>
 <body>
 	<ul class="nav nav-tabs">
 	<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>
+		<li class="active"><a href="${ctx}/new/user/agency/remarks?clubId=${cmClubRemarks.clubId}">咨询记录</a></li>
 	</ul><br/>
 	</ul><br/>
 <form:form id="searchForm" modelAttribute="cmClubRemarks" action="${ctx}/new/user/agency/remarks" method="post" class="breadcrumb form-search">
 <form:form id="searchForm" modelAttribute="cmClubRemarks" action="${ctx}/new/user/agency/remarks" method="post" class="breadcrumb form-search">
 	<input id="pageNo" name="pageNo" type="hidden" value="${page.pageNo}"/>
 	<input id="pageNo" name="pageNo" type="hidden" value="${page.pageNo}"/>

+ 1 - 1
src/main/webapp/WEB-INF/views/modules/userNew/cmVisitRemarksList.jsp

@@ -100,7 +100,7 @@
 	<div class="pagination">${page}</div>
 	<div class="pagination">${page}</div>
 	</c:if>
 	</c:if>
 	<c:if test="${empty page.list}">
 	<c:if test="${empty page.list}">
-		<font size="3" style="text-align: center;display: block;line-height: 80px;" color="#0066CC">暂无任何备注..</font>
+		<font size="3" style="text-align: center;display: block;line-height: 80px;" color="#0066CC">暂无任何记录..</font>
 	</c:if>
 	</c:if>
 </form:form>
 </form:form>
 </body>
 </body>