|
@@ -72,11 +72,10 @@
|
|
</th>
|
|
</th>
|
|
<th>基础资料</th>
|
|
<th>基础资料</th>
|
|
<th>电话</th>
|
|
<th>电话</th>
|
|
- <th>学历</th>
|
|
|
|
- <th>学校</th>
|
|
|
|
- <th>院系</th>
|
|
|
|
<th>专业类别</th>
|
|
<th>专业类别</th>
|
|
<th>具体专业</th>
|
|
<th>具体专业</th>
|
|
|
|
+ <th>投递岗位</th>
|
|
|
|
+ <th>对应单位</th>
|
|
<th>操作</th>
|
|
<th>操作</th>
|
|
</tr>
|
|
</tr>
|
|
</thead>
|
|
</thead>
|
|
@@ -92,20 +91,19 @@
|
|
<span style="color: #0A246A; margin-right: 3px;">{{$v->sex}}</span>
|
|
<span style="color: #0A246A; margin-right: 3px;">{{$v->sex}}</span>
|
|
<span style="color:#be7707; margin-right: 3px;">{{$v->birthday}}</span>
|
|
<span style="color:#be7707; margin-right: 3px;">{{$v->birthday}}</span>
|
|
<span style="color:#0A7CF7; margin-right: 3px;">{{$v->education}}</span>
|
|
<span style="color:#0A7CF7; margin-right: 3px;">{{$v->education}}</span>
|
|
- <span style="color:#0F73AC; margin-right: 3px;">{{$v->native_place}}</span>
|
|
|
|
|
|
+ <span style="color:#0F73AC; margin-right: 3px;">{{$v->native_place_cn}}</span>
|
|
</td>
|
|
</td>
|
|
<td>
|
|
<td>
|
|
{{ $v->mobile }}
|
|
{{ $v->mobile }}
|
|
</td>
|
|
</td>
|
|
- <td>{!! $v->education !!}</td>
|
|
|
|
- <td>{!! $v->school !!}</td>
|
|
|
|
- <td>{!! $v->dep !!}</td>
|
|
|
|
<td>
|
|
<td>
|
|
{{ $v->pro_type }}
|
|
{{ $v->pro_type }}
|
|
</td>
|
|
</td>
|
|
<td>
|
|
<td>
|
|
{{ $v->pro_text }}
|
|
{{ $v->pro_text }}
|
|
</td>
|
|
</td>
|
|
|
|
+ <td>{!! $v->jobs_name !!}</td>
|
|
|
|
+ <td>{!! $v->company_name !!}</td>
|
|
<td>
|
|
<td>
|
|
|
|
|
|
<button class='btn btn-primary btn-xs fetch_word' data-aid="{{$v->id}}" style="margin-bottom: 10px">下载简历</button>
|
|
<button class='btn btn-primary btn-xs fetch_word' data-aid="{{$v->id}}" style="margin-bottom: 10px">下载简历</button>
|