mirror of https://gitee.com/y_project/RuoYi.git
调度日志详细页添加关闭按钮
parent
7af4a4a3b6
commit
a9c2d891bc
|
@ -52,6 +52,9 @@
|
|||
<a class="btn btn-warning" onclick="$.table.exportExcel()" shiro:hasPermission="monitor:job:export">
|
||||
<i class="fa fa-download"></i> 导出
|
||||
</a>
|
||||
<a class="btn btn-danger" onclick="closeItem()">
|
||||
<i class="fa fa-reply-all"></i> 关闭
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="col-sm-12 select-table table-striped">
|
||||
|
|
Loading…
Reference in New Issue