Commit 0b01ae6a by guanzhenshan

增加说明

parent cfc32977
......@@ -40,13 +40,13 @@
</div>
<div class="form-group">
<label>账单月份</label>
<input id="month" name="month" type="text" class="form-control" style="width:120px;" value="" />
<input id="month" name="month" type="text" class="form-control" style="width:120px;" value="" placeholder="请输入月份" />
</div>
<div class="form-group">
<label>时间</label>
<input id="start" name="start" type="text" class="form-control" style="width:130px;" value="" />
<input id="start" name="start" type="text" class="form-control" style="width:130px;" value="" placeholder="开始时间" />
<span>至</span>
<input id="end" name="end" type="text" class="form-control" style="width:130px;" value="" />
<input id="end" name="end" type="text" class="form-control" style="width:130px;" value="" placeholder="结束时间" />
</div>
<div class="form-group">
<label>&nbsp;</label>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment