Commit 567cf87a by guanzhenshan

默认选择周的统计模式

parent f55e6e2b
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<label>日期方式:</label> <label>日期方式:</label>
<select id="dateWay" name="dateWay" class="form-control"> <select id="dateWay" name="dateWay" class="form-control">
<option value="1">按日</option> <option value="1">按日</option>
<option value="2">按周</option> <option value="2" selected>按周</option>
<option value="3">按月</option> <option value="3">按月</option>
</select> </select>
</div> </div>
......
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