|
@@ -238,15 +238,15 @@
|
|
|
<div class="full-width fl">
|
|
|
<div class="layui-form contentDetails contentShadow shadowLBR">
|
|
|
<div class="nav-btns">
|
|
|
- <shiro:hasPermission name="project:projectRecords:add">
|
|
|
+ <shiro:hasPermission name="project:projectAssess:add">
|
|
|
<table:addRow url="${ctx}/project/projectAssess/form" title="项目评估"></table:addRow><!-- 增加按钮 -->
|
|
|
</shiro:hasPermission>
|
|
|
- <shiro:hasPermission name="project:projectRecords:del">
|
|
|
+ <shiro:hasPermission name="project:projectAssess:del">
|
|
|
<%--<table:delRow url="${ctx}/project/projectRecords/deleteAll" id="contentTable"></table:delRow><!-- 删除按钮 -->--%>
|
|
|
</shiro:hasPermission>
|
|
|
- <shiro:hasPermission name="project:projectRecords:export">
|
|
|
+ <%--<shiro:hasPermission name="project:projectAssess:export">
|
|
|
<table:exportExcel url="${ctx}/project/projectAssess/export"></table:exportExcel><!-- 导出按钮 -->
|
|
|
- </shiro:hasPermission>
|
|
|
+ </shiro:hasPermission>--%>
|
|
|
<button class="nav-btn nav-btn-refresh" data-toggle="tooltip" data-placement="left" onclick="sortOrRefresh()" title="刷新"><i class="glyphicon glyphicon-repeat"></i> 刷新</button>
|
|
|
<div style="clear: both;"></div>
|
|
|
</div>
|