修改时间查询条件
This commit is contained in:
@@ -17,11 +17,11 @@
|
|||||||
</div>
|
</div>
|
||||||
<label for="startTime" class="col-sm-1 control-label">付费日期:</label>
|
<label for="startTime" class="col-sm-1 control-label">付费日期:</label>
|
||||||
<div class="col-sm-2">
|
<div class="col-sm-2">
|
||||||
<input type="text" name="startTime" id="timeBegin" class="input-sm datetime" placeholder="起始时间">
|
<input type="text" name="startTime" id="timeBegin" class="input-sm" placeholder="起始时间">
|
||||||
</div>
|
</div>
|
||||||
<label for="endTime" class="col-sm-1 control-label">-</label>
|
<label for="endTime" class="col-sm-1 control-label">-</label>
|
||||||
<div class="col-sm-2">
|
<div class="col-sm-2">
|
||||||
<input type="text" name="endTime" id="timeEnd" class="input-sm datetime" placeholder="结束时间">
|
<input type="text" name="endTime" id="timeEnd" class="input-sm" placeholder="结束时间">
|
||||||
</div>
|
</div>
|
||||||
<label for="partitionId" class="col-sm-1 control-label">地区:</label>
|
<label for="partitionId" class="col-sm-1 control-label">地区:</label>
|
||||||
<div class="col-sm-2">
|
<div class="col-sm-2">
|
||||||
|
Reference in New Issue
Block a user