|
@@ -263,7 +263,7 @@
|
|
|
@if(in_array('4',explode(',',$recruit->step)) && $v->current >= 2)
|
|
|
<p>上机:
|
|
|
@if($v->computer_audit == -1)
|
|
|
- <span style="color: #909399;">未开始</span>
|
|
|
+ <span style="color: #f56c6c;">未开始</span>
|
|
|
@elseif($v->computer_audit == 0)
|
|
|
<span style="color: #f56c6c;">未通过</span>
|
|
|
@elseif($v->computer_audit == 1)
|
|
@@ -278,7 +278,7 @@
|
|
|
@if(in_array('5',explode(',',$recruit->step)) && $v->current >= 2)
|
|
|
<p>面试:
|
|
|
@if($v->face_audit == -1)
|
|
|
- <span style="color: #909399;">未开始</span>
|
|
|
+ <span style="color: #f56c6c;">未开始</span>
|
|
|
@elseif($v->face_audit == 0)
|
|
|
<span style="color: #f56c6c;">未通过</span>
|
|
|
@elseif($v->face_audit == 1)
|