Browse Source

单独显示健康信息上传按钮

sandm 2 năm trước cách đây
mục cha
commit
77a3636fa3
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      public/themes/default/views/app/recruit/show.blade.php

+ 2 - 2
public/themes/default/views/app/recruit/show.blade.php

@@ -87,8 +87,8 @@
                         <li style="background:#7e6740;float: left;margin-bottom:10px;">报名人数统计</li>
                     </a>
                 @endif
-                @if($recruit->id == 16 || $recruit->id == 17)
-                    <a href="{{ route('recruit.health_info',array('id'=>$recruit->id)) }}" >
+                @if($recruit->id == 19)
+                    <a href="{{ route('recruit.health_info',array('id'=>$recruit->id,'type' => 'pen')) }}" >
                         <li style="background:#EFC1B3;float: left;margin-bottom:10px;">健康信息登记</li>
                     </a>
                 @endif