管理端_功能优化

This commit is contained in:
2026-06-02 11:34:00 +08:00
parent 8c58c915be
commit 4084afc53c

View File

@@ -57,11 +57,11 @@ include __DIR__ . '/../includes/header.php';
</div>
<div class="filter-group">
<label>开始日期</label>
<input type="date" id="historyStartDate" value="<?php echo date('Y-m-d'); ?>">
<input type="date" id="historyStartDate">
</div>
<div class="filter-group">
<label>结束日期</label>
<input type="date" id="historyEndDate" value="<?php echo date('Y-m-d'); ?>">
<input type="date" id="historyEndDate">
</div>
<div class="filter-group">
<label>扣分类型</label>