历史记录中,增加按配置名称搜索
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user