瀏覽代碼

更新择岗功能

sandm 2 年之前
父節點
當前提交
088cabb365
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      public/themes/default/views/app/recruit/show.blade.php

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

@@ -97,7 +97,7 @@
                         <li style="background:#67C23A;float: left;margin-bottom:10px;">考察审核</li>
                     </a>
                     <a href="{{ route('recruit.post_select',array('recruit_id'=>$recruit->id)) }}" >
-                        <li style="background:#764DB3;float: left;margin-bottom:10px;">考察审核</li>
+                        <li style="background:#764DB3;float: left;margin-bottom:10px;">择岗</li>
                     </a>
                 @endif
                 <div style="clear: both;"></div>