后台-充值明细-输入框校验修改

This commit is contained in:
Dragon
2023-11-14 12:17:07 +08:00
parent 7daf9feb39
commit b8568ce761

View File

@@ -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>