管理端_功能优化

This commit is contained in:
2026-06-02 11:11:01 +08:00
parent f565cd2d4a
commit 8c58c915be
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -105,7 +105,7 @@ include __DIR__ . '/../includes/header.php';
</div>
<div class="form-group">
<label>缴交时间</label>
<input type="date" id="hwDeadline">
<input type="date" id="hwDeadline" value="<?php echo date('Y-m-d'); ?>">
</div>
<?php endif; ?>
<div class="form-group">