@@ -350,7 +350,6 @@ 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{
@@ -72,8 +72,6 @@
</th>
<th>基础资料</th>
<th>电话</th>
- <th>专业类别</th>
- <th>具体专业</th>
<th>投递岗位</th>
<th>对应单位</th>
<th>操作</th>
@@ -96,12 +94,6 @@
<td>
{{ $v->mobile }}
</td>
- <td>
- {{ $v->pro_type }}
- </td>
- {{ $v->pro_text }}
<td>{!! $v->jobs_name !!}</td>
<td>{!! $v->company_name !!}</td>