Parcourir la source

岗位投递信息管理

zmw il y a 4 mois
Parent
commit
29f10b7f4b
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      resources/views/admin/health/post_appoint_list.blade.php

+ 2 - 0
resources/views/admin/health/post_appoint_list.blade.php

@@ -74,6 +74,7 @@
                                     <th>电话</th>
                                     <th>投递岗位</th>
                                     <th>对应单位</th>
+                                    <th>下载状态</th>
                                     <th>操作</th>
                                 </tr>
                                 </thead>
@@ -96,6 +97,7 @@
                                             </td>
                                             <td>{!! $v->jobs_name !!}</td>
                                             <td>{!! $v->company_name !!}</td>
+                                            <td>{!! $v->status !!}</td>
                                             <td>
 
                                                 <button class='btn btn-primary btn-xs fetch_word' data-aid="{{$v->id}}" style="margin-bottom: 10px">下载简历</button>