Ver código fonte

增加确认面试功能

sandm 1 semana atrás
pai
commit
fa661c7095

+ 3 - 1
resources/views/admin/recruit/appoint_list.blade.php

@@ -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>