xtz 4 years ago
parent
commit
404da898ec
2 changed files with 51 additions and 114 deletions
  1. 18 50
      src/views/candidateManage/candidateList.vue
  2. 33 64
      src/views/candidateManage/resumeList.vue

+ 18 - 50
src/views/candidateManage/candidateList.vue

@@ -458,21 +458,11 @@ export default {
         //   type: 'info'
         // },
         {
-          title: '通',
-          method: 'through',
+          title: '通知成功',
+          method: 'notice',
           type: 'success'
         },
         {
-          title: '淘汰',
-          method: 'eliminate',
-          type: 'danger'
-        },
-        {
-          title: '待定',
-          method: 'undetermined',
-          type: 'warning'
-        },
-        {
           title: '修改信息',
           method: 'update',
           type: 'warning'
@@ -929,8 +919,8 @@ export default {
   watch: {
     isCollapse () {
       this.queryData(this.searchForm)
-      this.isCollapse === 1
-        ? this.$set(this.table, 'handle', [{
+      this.isCollapse === 0 && this.$set(this.table, 'handle',
+        [{
           title: '查看',
           method: 'details',
           type: 'info'
@@ -941,49 +931,27 @@ export default {
         //   type: 'info'
         // },
         {
-          title: '通知成功',
-          method: 'notice',
+          title: '通',
+          method: 'through',
           type: 'success'
         },
         {
+          title: '淘汰',
+          method: 'eliminate',
+          type: 'danger'
+        },
+        {
+          title: '待定',
+          method: 'undetermined',
+          type: 'warning'
+        },
+        {
           title: '修改信息',
           method: 'update',
           type: 'warning'
         }
-        ])
-        : this.isCollapse === 0 && this.$set(this.table, 'handle',
-          [{
-            title: '查看',
-            method: 'details',
-            type: 'info'
-          },
-          // {
-          //   title: '查看视频',
-          //   method: 'openDia',
-          //   type: 'info'
-          // },
-          {
-            title: '通过',
-            method: 'through',
-            type: 'success'
-          },
-          {
-            title: '淘汰',
-            method: 'eliminate',
-            type: 'danger'
-          },
-          {
-            title: '待定',
-            method: 'undetermined',
-            type: 'warning'
-          },
-          {
-            title: '修改信息',
-            method: 'update',
-            type: 'warning'
-          }
-          ]
-        )
+        ]
+      )
     },
     pickList () {
       this.copyPickList = Array.from(this.pickList)

+ 33 - 64
src/views/candidateManage/resumeList.vue

@@ -388,24 +388,14 @@ export default {
           type: 'info'
         },
         {
-          title: '待定',
-          method: 'undetermined',
-          type: 'warning'
-        },
-        {
-          title: '通过',
-          method: 'through',
-          type: 'success'
-        },
-        {
           title: '淘汰',
           method: 'eliminate',
           type: 'danger'
         },
         {
-          title: '删除',
-          method: 'del',
-          type: 'danger'
+          title: '通知面试',
+          method: 'notice',
+          type: 'success'
         },
         {
           title: '修改信息',
@@ -836,73 +826,52 @@ export default {
           type: 'warning'
         }
         ]
-          : this.isCollapse === 1 ? [{
+          : this.isCollapse === 2 ? [{
             title: '查看',
             method: 'details',
             type: 'info'
           },
           {
-            title: '淘汰',
-            method: 'eliminate',
+            title: '通过',
+            method: 'through',
+            type: 'success'
+          },
+          {
+            title: '删除',
+            method: 'del',
             type: 'danger'
           },
           {
-            title: '通知面试',
-            method: 'notice',
+            title: '修改信息',
+            method: 'update',
+            type: 'warning'
+          }
+          ] : [{
+            title: '查看',
+            method: 'details',
+            type: 'info'
+          },
+          // {
+          //   title: '通知面试',
+          //   method: 'notice',
+          //   type: 'success'
+          // },
+          {
+            title: '通过',
+            method: 'through',
             type: 'success'
           },
           {
+            title: '淘汰',
+            method: 'eliminate',
+            type: 'danger'
+          },
+          {
             title: '修改信息',
             method: 'update',
             type: 'warning'
           }
           ]
-            : this.isCollapse === 2 ? [{
-              title: '查看',
-              method: 'details',
-              type: 'info'
-            },
-            {
-              title: '通过',
-              method: 'through',
-              type: 'success'
-            },
-            {
-              title: '删除',
-              method: 'del',
-              type: 'danger'
-            },
-            {
-              title: '修改信息',
-              method: 'update',
-              type: 'warning'
-            }
-            ] : [{
-              title: '查看',
-              method: 'details',
-              type: 'info'
-            },
-            // {
-            //   title: '通知面试',
-            //   method: 'notice',
-            //   type: 'success'
-            // },
-            {
-              title: '通过',
-              method: 'through',
-              type: 'success'
-            },
-            {
-              title: '淘汰',
-              method: 'eliminate',
-              type: 'danger'
-            },
-            {
-              title: '修改信息',
-              method: 'update',
-              type: 'warning'
-            }
-            ]
       )
       this.$set(
         this.$data,