@@ -235,6 +235,7 @@ class IndexController extends Controller
foreach ($list as $k => $v){
$v->native_place_cn = get_district_cn($v->native_place);
$v->education = get_category($v->education);
+ $v->pro_type = get_category_major($v->pro_type);
if($v->sex == 0){
$list[$k]['sex'] = '女';
}else{
@@ -74,7 +74,6 @@
<th>电话</th>
<th>学历</th>
<th>学校</th>
- <th>院系</th>
<th>专业类别</th>
<th>具体专业</th>
<th>操作</th>
@@ -99,7 +98,6 @@
</td>
<td>{!! $v->education !!}</td>
<td>{!! $v->school !!}</td>
- <td>{!! $v->dep !!}</td>
<td>
{{ $v->pro_type }}