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