Skip to content

Commit

Permalink
批量启用禁用
Browse files Browse the repository at this point in the history
  • Loading branch information
nnhy committed Aug 16, 2024
1 parent 66800bd commit aec6568
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,10 @@
<button type="button" class="btn btn-purple btn-sm" data-action="action" data-url="@Url.Action("ClearFiles")" data-fields="keys" disabled title="清理无效条目(含子目录)的文件,含禁用和原始跳转">
清理文件
</button>
<button type="button" class="btn btn-purple btn-sm" data-action="action" data-url="@Url.Action("EnableSelect")" data-fields="keys" disabled>
批量启用
</button>
<button type="button" class="btn btn-purple btn-sm" data-action="action" data-url="@Url.Action("DisableSelect")" data-fields="keys" disabled>
批量禁用
</button>
}

0 comments on commit aec6568

Please sign in to comment.