管理端_功能优化
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user