|
@@ -179,9 +179,9 @@
|
|
|
<shiro:hasPermission name="workclientinfo:workClientInfo:export">
|
|
|
<table:exportExcel url="${ctx}/workclientinfo/workClientInfo/export"></table:exportExcel><!-- 导出按钮 -->
|
|
|
</shiro:hasPermission>
|
|
|
-
|
|
|
- <table:importInfoErr url="${ctx}/workclientinfo/workClientInfo/importInfoErr" title="导入日志"></table:importInfoErr><!-- 导出按钮 -->
|
|
|
-
|
|
|
+ <shiro:hasPermission name="workclientinfo:workClientInfo:import">
|
|
|
+ <table:importInfoErr url="${ctx}/workclientinfo/workClientInfo/importInfoErr" title="导入日志"></table:importInfoErr><!-- 导出按钮 -->
|
|
|
+ </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>
|