后台-充值明细-输入框校验修改
This commit is contained in:
@@ -23,11 +23,11 @@
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="qChannel">渠道:</label>
|
||||
<input type="email" class="form-control" name="channel" id="qChannel">
|
||||
<input type="text" class="form-control" name="channel" id="qChannel">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="qChannel">时间:</label>
|
||||
<input type="email" class="form-control datetime" name="startTime" id="qStartTime">
|
||||
<input type="text" class="form-control datetime" name="startTime" id="qStartTime">
|
||||
<label for="qChannel">-</label>
|
||||
<input type="text" class="form-control datetime" name="endTime" id="qEndTime">
|
||||
</div>
|
||||
@@ -49,7 +49,7 @@
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="qChannel">app渠道</label>
|
||||
<input type="email" class="form-control" name="appChannel" id="qAppChannel">
|
||||
<input type="text" class="form-control" name="appChannel" id="qAppChannel">
|
||||
</div>
|
||||
<button id="btnSearch" class="btn btn-sm btn-primary">查询</button>
|
||||
<button id="btnExport" class="btn btn-sm btn-primary">导出</button>
|
||||
|
Reference in New Issue
Block a user