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

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

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>

View File

@@ -114,7 +114,7 @@
autoWidth: false,
ordering: false,
ajax: {
url: '/client/client',
url: '/client/list',
type: 'POST'
},
dom: '<"top"fl><"toolbar">rt<"bottom"ip><"clear">',