Sfoglia il codice sorgente

更新择岗功能

sandm 2 anni fa
parent
commit
088cabb365
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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>