|
|
@ -35,7 +35,7 @@
|
|
|
|
<a class="btn btn-success" onclick="$.operate.add()" shiro:hasPermission="monitor:job:add">
|
|
|
|
<a class="btn btn-success" onclick="$.operate.add()" shiro:hasPermission="monitor:job:add">
|
|
|
|
<i class="fa fa-plus"></i> 新增
|
|
|
|
<i class="fa fa-plus"></i> 新增
|
|
|
|
</a>
|
|
|
|
</a>
|
|
|
|
<a class="btn btn-primary btn-edit disabled" onclick="$.operate.edit()" shiro:hasPermission="system:job:edit">
|
|
|
|
<a class="btn btn-primary btn-edit disabled" onclick="$.operate.edit()" shiro:hasPermission="monitor:job:edit">
|
|
|
|
<i class="fa fa-edit"></i> 修改
|
|
|
|
<i class="fa fa-edit"></i> 修改
|
|
|
|
</a>
|
|
|
|
</a>
|
|
|
|
<a class="btn btn-danger btn-del disabled" onclick="$.operate.removeAll()" shiro:hasPermission="monitor:job:remove">
|
|
|
|
<a class="btn btn-danger btn-del disabled" onclick="$.operate.removeAll()" shiro:hasPermission="monitor:job:remove">
|
|
|
|