From 3486af19786c5f2ec387e1e6163a5df6c4f828c1 Mon Sep 17 00:00:00 2001 From: G Date: Fri, 28 Sep 2018 10:41:21 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E4=BF=A1=E6=81=AF=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Project/ProjectInfoAllView/projectInfoAllViewList.jsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebContent/Tenwa/Lease/Flow/Project/ProjectInfoAllView/projectInfoAllViewList.jsp b/WebContent/Tenwa/Lease/Flow/Project/ProjectInfoAllView/projectInfoAllViewList.jsp index ab980b93c..0dc028cc6 100644 --- a/WebContent/Tenwa/Lease/Flow/Project/ProjectInfoAllView/projectInfoAllViewList.jsp +++ b/WebContent/Tenwa/Lease/Flow/Project/ProjectInfoAllView/projectInfoAllViewList.jsp @@ -23,9 +23,9 @@ //0、是否展示 1、 权限控制 2、 展示类型 3、按钮显示名称 4、按钮解释文字 5、按钮触发事件代码 6、 7、 8、 9、图标,CSS层叠样式 10、风格 String sButtons[][] =new String[][] { {"true","","Button","流程信息","流程信息","viewAllFlow()","","","","btn_icon_detail",""}, - {"true","","Button","附件信息","附件信息","viewAllFlowAttachment()","","","","btn_icon_detail",""}, + /* {"true","","Button","附件信息","附件信息","viewAllFlowAttachment()","","","","btn_icon_detail",""}, */ {"true","","Button","项目信息","项目信息","viewAllproject()","","","","btn_icon_detail",""}, - {"true","","Button","重新加载","项目信息","pagereload(20)","","","","btn_icon_detail",""} + /* {"true","","Button","重新加载","项目信息","pagereload(20)","","","","btn_icon_detail",""} */ }; %><%@include file="/Frame/resources/include/ui/include_list.jspf"%>