This commit is contained in:
刘河
2019-01-29 11:20:39 +08:00
parent b3dd70062b
commit f0c6eff23a
8 changed files with 56 additions and 12 deletions

View File

@@ -7,7 +7,7 @@
<input type="hidden" name="Id" value="{{.c.Id}}">
<div class="form-group" id="target">
<label class="control-label">备注</label>
<input class="form-control" value="{{.c.Remark}}" type="text" name="Remark" placeholder="客户端备注">
<input class="form-control" value="{{.c.Remark}}" type="text" name="remark" placeholder="客户端备注">
</div>
<div class="form-group" id="flow_limit">
<label class="control-label">流量限制(单位M为空不限制)</label>