Browse Source

更改面试结果可选项

gcz 2 years ago
parent
commit
a82c36dcaa
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/components/applys.vue

+ 3 - 3
src/components/applys.vue

@@ -205,13 +205,13 @@ export default {
       results: [
         // { label: "未查看", value: 0 },
         // { label: "已查看", value: 10 },
-        { label: "邀请面试中", value: 20 },
+        // { label: "邀请面试中", value: 20 },
         { label: "已接受面试", value: 30 },
         // { label: "已拒绝面试", value: 40 },
         { label: "面试通过", value: 50 },
         { label: "面试未通过", value: 60 },
-        { label: "不合适(邀请面试后不能选此项)", value: 11 },
-        { label: "未参加面试", value: 70 },
+        // { label: "不合适(邀请面试后不能选此项)", value: 11 },
+        // { label: "未参加面试", value: 70 },
         // { label: "已拒绝入职", value: 80 },
         // { label: "已入职", value: 90 },
       ],