Bladeren bron

项目管理列表查看功能

user5 3 jaren geleden
bovenliggende
commit
b4c7aed472

+ 2 - 2
src/main/webapp/webpage/modules/ruralprojectrecords/ruralporjectmessage/all/ruralProjectMessageAllList.jsp

@@ -747,11 +747,11 @@
 				,{field: 'projId',align:'center', title: '项目编号/项目定义号',width:160}
 				,{field:'projName',align:'center', title: '项目名称', minWidth:200,templet:function(d){
 						var xml="";
-						<shiro:hasPermission name="ruralProject:ruralProjectView:costlistView">
+						<shiro:hasPermission name="ruralProject:ruralProjectView:listAllView">
 						xml+="<a class=\"attention-info pid\" title=\"" + d.projName + "\" href=\"javascript:void(0);\" onclick=\"openDialogView('查看项目', '${ctx}/ruralProject/ruralProjectView/view?id=" + d.id +"','95%', '95%')\">"
 						</shiro:hasPermission>
 						xml+=d.projName
-						<shiro:hasPermission name="ruralProject:ruralProjectView:costlistView">
+						<shiro:hasPermission name="ruralProject:ruralProjectView:listAllView">
 						xml+="</a>";
 						</shiro:hasPermission>
 						return xml;