瀏覽代碼

流程管理页面更改

user5 4 年之前
父節點
當前提交
ec91d26575
共有 1 個文件被更改,包括 3 次插入6 次删除
  1. 3 6
      src/main/webapp/webpage/modules/act/actProcessList.jsp

+ 3 - 6
src/main/webapp/webpage/modules/act/actProcessList.jsp

@@ -87,12 +87,9 @@
 		<div class="full-width fl">
 			<div class="layui-form contentDetails contentShadow shadowLBR">
 				<div class="nav-btns">
-					<shiro:hasPermission name="act:model:create">
-						<table:addRow url="${ctx}/act/model/create"  title="新建模型"></table:addRow><!-- 增加按钮 -->
-					</shiro:hasPermission>
-					<shiro:hasPermission name="act:model:del">
-						<table:delRow url="${ctx}/act/model/deleteAll" id="contentTable"></table:delRow><!-- 删除按钮 -->
-					</shiro:hasPermission>
+					<%--<shiro:hasPermission name="act:process:deploy">--%>
+						<table:addRow url="${ctx}/act/process/deploy/" label="上传流程文件" title="新建模型"></table:addRow><!-- 增加按钮 -->
+					<%--</shiro:hasPermission>--%>
 					<button class="nav-btn nav-btn-refresh" data-toggle="tooltip" data-placement="left" onclick="sortOrRefresh()" title="刷新"><i class="glyphicon glyphicon-repeat"></i>&nbsp;刷新</button>
 					<div style="clear: both;"></div>
 				</div>