历史记录中,增加按配置名称搜索

This commit is contained in:
2026-08-02 09:14:59 +08:00
parent c04b3b6b5d
commit 9516078b1d
4 changed files with 208 additions and 1 deletions

View File

@@ -127,6 +127,7 @@
<input type="date" id="history-start-date" class="form-control" style="width: auto;">
<span style="line-height: 38px;"></span>
<input type="date" id="history-end-date" class="form-control" style="width: auto;">
<input type="text" id="history-config-name" class="form-control" style="width: 180px;" placeholder="配置名称搜索" autocomplete="off" onkeyup="if(event.key==='Enter') queryHistoryByDate()">
<button class="btn btn-primary" onclick="queryHistoryByDate()">查询</button>
<button class="btn" onclick="clearHistoryFilter()">清除</button>
<div style="margin-left: auto; display: flex; gap: 10px; align-items: center;">
@@ -140,6 +141,7 @@
</div>
<button class="btn btn-danger" onclick="batchDeleteHistory()">批量删除</button>
<button class="btn btn-danger" onclick="batchDownloadHistory()">批量下载</button>
<button class="btn btn-success" onclick="batchDownloadFilteredHistory()">批量导出(当前筛选)</button>
</div>
<table>