Skip to content

Commit

Permalink
扩展批量操作按钮
Browse files Browse the repository at this point in the history
  • Loading branch information
xi3892 committed Jul 23, 2024
1 parent b54d798 commit 17f7b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NewLife.Cube.Metronic/Views/Metronic3/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
<script>
$(function () {
var $toolbarContext = $('.toolbar-batch'),
$batchButtons = $('button[data-action="action"], input[data-action="action"]'), //button, input=button, a 3种类型都可以
$batchButtons = $('button[data-action="action"],button[data-action="url"], input[data-action="action"],input[data-action="url"],'), //button, input=button, a 3种类型都可以
$table = $('.table'),
$keys = $('input[name="keys"]', $table);
Expand Down

0 comments on commit 17f7b7e

Please sign in to comment.