Selaa lähdekoodia

更新专场导出功能

sandm 1 vuosi sitten
vanhempi
commit
a63402b464
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      resources/views/admin/special/appoint_list.blade.php

+ 2 - 2
resources/views/admin/special/appoint_list.blade.php

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