Browse Source

auto commit

gcz 3 years ago
parent
commit
6ea07d1bad
1 changed files with 6 additions and 4 deletions
  1. 6 4
      src/components/applys.vue

+ 6 - 4
src/components/applys.vue

@@ -61,7 +61,9 @@
               "
               >发起视频面试</span
             >
-            <span v-if="item.status >= 20" @click.stop="edit(item)"
+            <span
+              v-if="item.status >= 20 && item.status < 40"
+              @click.stop="edit(item)"
               >更新面试结果</span
             >
           </div>
@@ -182,13 +184,13 @@ export default {
       results: [
         // { label: "未查看", value: 0 },
         // { label: "已查看", value: 10 },
-        { label: "邀请面试", value: 20 },
+        { label: "邀请面试", value: 20 },
         // { label: "已接受面试", value: 30 },
-        { label: "已拒绝面试", value: 40 },
+        // { label: "已拒绝面试", value: 40 },
         { label: "面试通过", value: 50 },
         { label: "不合适", value: 60 },
         { label: "未参加面试", value: 70 },
-        { label: "已拒绝入职", value: 80 },
+        // { label: "已拒绝入职", value: 80 },
         // { label: "已入职", value: 90 },
       ],
       deliveryStatus: [],