274856b9 by yangjianbin

init

1 parent a7ecf39f
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
42 <thead class="text-c"> 42 <thead class="text-c">
43 <tr> 43 <tr>
44 <th width="68px">操作</th> 44 <th width="68px">操作</th>
45 <th>所属网点</th> 45 <!-- <th>所属网点</th>-->
46 <th>角色</th> 46 <th>角色</th>
47 <th>人数</th> 47 <th>人数</th>
48 </tr> 48 </tr>
...@@ -101,7 +101,7 @@ ...@@ -101,7 +101,7 @@
101 </ul></span>'; 101 </ul></span>';
102 } 102 }
103 }, 103 },
104 {data: "branchName"},//所属网点 104 // {data: "branchName"},//所属网点
105 {data: "nameZh"},//角色 105 {data: "nameZh"},//角色
106 {data: "employeeCount"},//人数 106 {data: "employeeCount"},//人数
107 ] 107 ]
......
...@@ -4,14 +4,14 @@ ...@@ -4,14 +4,14 @@
4 <div class="panel panel-default"> 4 <div class="panel panel-default">
5 <div class="panel-body"> 5 <div class="panel-body">
6 <div class="row cl"> 6 <div class="row cl">
7 <div class="form-group col-sm-3 col-md-2"> 7 <!--<div class="form-group col-sm-3 col-md-2">
8 <label>所属网点</label> 8 <label>所属网点</label>
9 <span class="form-control select-box"> 9 <span class="form-control select-box">
10 <select class="select" size="1"> 10 <select class="select" size="1">
11 <option selected value>请选择</option> 11 <option selected value>请选择</option>
12 </select> 12 </select>
13 </span> 13 </span>
14 </div> 14 </div>-->
15 <div class="form-group col-sm-3 col-md-2"> 15 <div class="form-group col-sm-3 col-md-2">
16 <label>角色</label> 16 <label>角色</label>
17 <input type="text" class="form-control input-text" value=""> 17 <input type="text" class="form-control input-text" value="">
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!