Commit f19804fa by guanzhenshan

修改paypal流水页面

parent bfa585eb
......@@ -18,7 +18,7 @@
</select>
</div>
<div class="form-group">
<label>费用时间</label>
<label>时间</label>
<input id="start" name="start" type="text" class="form-control" style="width:130px;" value="@(DateTime.Now.AddDays(-7).ToString("yyyy-MM-dd"))" />
<span>至</span>
<input id="end" name="end" type="text" class="form-control" style="width:130px;" value="@(DateTime.Now.ToString("yyyy-MM-dd"))" />
......
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