274856b9 by yangjianbin

init

1 parent a7ecf39f
......@@ -42,7 +42,7 @@
<thead class="text-c">
<tr>
<th width="68px">操作</th>
<th>所属网点</th>
<!-- <th>所属网点</th>-->
<th>角色</th>
<th>人数</th>
</tr>
......@@ -101,7 +101,7 @@
</ul></span>';
}
},
{data: "branchName"},//所属网点
// {data: "branchName"},//所属网点
{data: "nameZh"},//角色
{data: "employeeCount"},//人数
]
......
......@@ -4,14 +4,14 @@
<div class="panel panel-default">
<div class="panel-body">
<div class="row cl">
<div class="form-group col-sm-3 col-md-2">
<!--<div class="form-group col-sm-3 col-md-2">
<label>所属网点</label>
<span class="form-control select-box">
<select class="select" size="1">
<option selected value>请选择</option>
</select>
</span>
</div>
</div>-->
<div class="form-group col-sm-3 col-md-2">
<label>角色</label>
<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!