5a5f9224 by 杨建斌

Merge remote-tracking branch 'origin/develop' into develop

2 parents d904a7dd 9299b740
...@@ -30,7 +30,34 @@ ...@@ -30,7 +30,34 @@
30 </select> 30 </select>
31 </span> 31 </span>
32 </div> 32 </div>
33 <div class="col-xs-2">
34 <span class="select-box">
35 <select class="select table_search" size="1" column="2" name="role">
36 <option value="" selected>状态</option>
37 <option value="1">正常</option>
38 <option value="2">冻结</option>
39 <option value="3">失效</option>
40 <option value="4">过期</option>
41 </select>
42 </span>
43 </div>
33 </div> 44 </div>
45
46 <div class="row cl mb-20">
47 <div class="form-group col-sm-4 col-md-2">
48 <label>用户名</label>
49 <input type="text" class="form-control input-text" name="userName" value="">
50 </div>
51 <div class="form-group col-sm-4 col-md-2">
52 <label>真实姓名</label>
53 <input type="text" class="form-control input-text" name="name" value="">
54 </div>
55 <div class="form-group col-sm-4 col-md-2">
56 <label>手机号</label>
57 <input type="text" class="form-control input-text" name="phone" value="">
58 </div>
59 </div>
60
34 <div> 61 <div>
35 <button class="btn btn-primary radius" type="button" onclick="$('#table').DataTable().draw()">搜索</button> 62 <button class="btn btn-primary radius" type="button" onclick="$('#table').DataTable().draw()">搜索</button>
36 <input class="btn btn-warning radius" type="reset" value="重置搜索"> 63 <input class="btn btn-warning radius" type="reset" value="重置搜索">
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!