|
@@ -42,7 +42,7 @@
|
|
|
</div>
|
|
|
</form>
|
|
|
</div>
|
|
|
-
|
|
|
+
|
|
|
<div class="btn-group-sm" id="toolbar" role="group">
|
|
|
<a class="btn btn-danger multiple disabled" onclick="$.operate.removeAll()" shiro:hasPermission="monitor:operlog:remove">
|
|
|
<i class="fa fa-remove"></i> 删除
|
|
@@ -54,13 +54,13 @@
|
|
|
<i class="fa fa-download"></i> 导出
|
|
|
</a>
|
|
|
</div>
|
|
|
-
|
|
|
+
|
|
|
<div class="col-sm-12 select-table table-striped">
|
|
|
<table id="bootstrap-table"></table>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
-
|
|
|
+
|
|
|
<th:block th:include="include :: footer" />
|
|
|
<th:block th:include="include :: bootstrap-select-js" />
|
|
|
<script th:inline="javascript">
|
|
@@ -134,26 +134,17 @@
|
|
|
field: 'operTime',
|
|
|
title: '操作时间',
|
|
|
sortable: true
|
|
|
- },
|
|
|
- {
|
|
|
- title: '操作',
|
|
|
- align: 'center',
|
|
|
- formatter: function(value, row, index) {
|
|
|
- var actions = [];
|
|
|
- actions.push('<a class="btn btn-warning btn-xs ' + detailFlag + '" href="javascript:void(0)" onclick="$.operate.detail(\'' + row.operId + '\')"><i class="fa fa-search"></i>详细</a>');
|
|
|
- return actions.join('');
|
|
|
- }
|
|
|
}]
|
|
|
};
|
|
|
$.table.init(options);
|
|
|
});
|
|
|
-
|
|
|
+
|
|
|
function searchPre() {
|
|
|
var data = {};
|
|
|
data.businessTypes = $.common.join($('#businessTypes').selectpicker('val'));
|
|
|
$.table.search('operlog-form', 'bootstrap-table', data);
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
function resetPre() {
|
|
|
$("#operlog-form")[0].reset();
|
|
|
$("#businessTypes").selectpicker('refresh');
|
|
@@ -161,4 +152,4 @@
|
|
|
}
|
|
|
</script>
|
|
|
</body>
|
|
|
-</html>
|
|
|
+</html>
|