mirror of https://gitee.com/y_project/RuoYi.git
fix:导出按钮图标错误
parent
a8b7ba00ac
commit
0ced39f2d6
|
@ -74,7 +74,7 @@
|
|||
<i class="fa fa-remove"></i> 删除
|
||||
</a>
|
||||
<a class="btn btn-info" onclick="$.table.importExcel()" shiro:hasPermission="system:user:import">
|
||||
<i class="fa fa-download"></i> 导入
|
||||
<i class="fa fa-upload"></i> 导入
|
||||
</a>
|
||||
<a class="btn btn-warning" onclick="$.table.exportExcel()" shiro:hasPermission="system:user:export">
|
||||
<i class="fa fa-download"></i> 导出
|
||||
|
|
Loading…
Reference in New Issue