管理端_功能优化
This commit is contained in:
@@ -57,11 +57,11 @@ include __DIR__ . '/../includes/header.php';
|
|||||||
</div>
|
</div>
|
||||||
<div class="filter-group">
|
<div class="filter-group">
|
||||||
<label>开始日期</label>
|
<label>开始日期</label>
|
||||||
<input type="date" id="historyStartDate" value="<?php echo date('Y-m-d'); ?>">
|
<input type="date" id="historyStartDate">
|
||||||
</div>
|
</div>
|
||||||
<div class="filter-group">
|
<div class="filter-group">
|
||||||
<label>结束日期</label>
|
<label>结束日期</label>
|
||||||
<input type="date" id="historyEndDate" value="<?php echo date('Y-m-d'); ?>">
|
<input type="date" id="historyEndDate">
|
||||||
</div>
|
</div>
|
||||||
<div class="filter-group">
|
<div class="filter-group">
|
||||||
<label>扣分类型</label>
|
<label>扣分类型</label>
|
||||||
|
|||||||
Reference in New Issue
Block a user