|
@@ -4,7 +4,7 @@
|
|
|
* @Autor: XuTongZhang
|
|
|
* @Date: 2020-07-30 09:53:19
|
|
|
* @LastEditors : yuanrunwei
|
|
|
- * @LastEditTime : 2021-03-05 11:47:21
|
|
|
+ * @LastEditTime : 2021-03-15 13:50:26
|
|
|
-->
|
|
|
<template>
|
|
|
<div class="indexPage">
|
|
@@ -321,36 +321,37 @@ export default {
|
|
|
],
|
|
|
width: 150,
|
|
|
button: true,
|
|
|
- handle: [{
|
|
|
- title: '查看',
|
|
|
- method: 'details',
|
|
|
- type: 'info'
|
|
|
- },
|
|
|
- {
|
|
|
- title: '待定',
|
|
|
- method: 'undetermined',
|
|
|
- type: 'warning'
|
|
|
- },
|
|
|
- {
|
|
|
- title: '通过',
|
|
|
- method: 'through',
|
|
|
- type: 'success'
|
|
|
- },
|
|
|
- {
|
|
|
- title: '淘汰',
|
|
|
- method: 'eliminate',
|
|
|
- type: 'danger'
|
|
|
- },
|
|
|
- {
|
|
|
- title: '删除',
|
|
|
- method: 'del',
|
|
|
- type: 'danger'
|
|
|
- },
|
|
|
- {
|
|
|
- title: '修改',
|
|
|
- method: 'update',
|
|
|
- type: 'warning'
|
|
|
- }
|
|
|
+ handle: [
|
|
|
+ {
|
|
|
+ title: '查看',
|
|
|
+ method: 'details',
|
|
|
+ type: 'info'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '待定',
|
|
|
+ method: 'undetermined',
|
|
|
+ type: 'warning'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '通过',
|
|
|
+ method: 'through',
|
|
|
+ type: 'success'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '淘汰',
|
|
|
+ method: 'eliminate',
|
|
|
+ type: 'danger'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '删除',
|
|
|
+ method: 'del',
|
|
|
+ type: 'danger'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '修改',
|
|
|
+ method: 'update',
|
|
|
+ type: 'warning'
|
|
|
+ }
|
|
|
]
|
|
|
},
|
|
|
table1: {
|
|
@@ -409,26 +410,27 @@ export default {
|
|
|
],
|
|
|
width: 150,
|
|
|
button: true,
|
|
|
- handle: [{
|
|
|
- title: '查看',
|
|
|
- method: 'details',
|
|
|
- type: 'info'
|
|
|
- },
|
|
|
- {
|
|
|
- title: '淘汰',
|
|
|
- method: 'eliminate',
|
|
|
- type: 'danger'
|
|
|
- },
|
|
|
- {
|
|
|
- title: '通知面试',
|
|
|
- method: 'notice',
|
|
|
- type: 'success'
|
|
|
- },
|
|
|
- {
|
|
|
- title: '修改',
|
|
|
- method: 'update',
|
|
|
- type: 'warning'
|
|
|
- }
|
|
|
+ handle: [
|
|
|
+ {
|
|
|
+ title: '查看',
|
|
|
+ method: 'details',
|
|
|
+ type: 'info'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '淘汰',
|
|
|
+ method: 'eliminate',
|
|
|
+ type: 'danger'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '通知面试',
|
|
|
+ method: 'notice',
|
|
|
+ type: 'success'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '修改',
|
|
|
+ method: 'update',
|
|
|
+ type: 'warning'
|
|
|
+ }
|
|
|
]
|
|
|
},
|
|
|
throughTable: {
|
|
@@ -487,33 +489,34 @@ export default {
|
|
|
],
|
|
|
width: 150,
|
|
|
button: true,
|
|
|
- handle: [{
|
|
|
- title: '查看',
|
|
|
- method: 'details',
|
|
|
- type: 'info'
|
|
|
- },
|
|
|
- {
|
|
|
- title: '查看视频',
|
|
|
- method: 'toVedio',
|
|
|
- type: 'info',
|
|
|
- props: 'interviewStatus',
|
|
|
- key: 1
|
|
|
- },
|
|
|
- {
|
|
|
- title: '删除',
|
|
|
- method: 'del',
|
|
|
- type: 'danger'
|
|
|
- },
|
|
|
- {
|
|
|
- title: '修改',
|
|
|
- method: 'update',
|
|
|
- type: 'warning'
|
|
|
- },
|
|
|
- {
|
|
|
- title: '邮件通知',
|
|
|
- method: 'sendMail',
|
|
|
- type: 'success'
|
|
|
- }
|
|
|
+ handle: [
|
|
|
+ // {
|
|
|
+ // title: '查看',
|
|
|
+ // method: 'details',
|
|
|
+ // type: 'info'
|
|
|
+ // },
|
|
|
+ {
|
|
|
+ title: '查看视频',
|
|
|
+ method: 'toVedio',
|
|
|
+ type: 'info',
|
|
|
+ props: 'interviewStatus',
|
|
|
+ key: 1
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '删除',
|
|
|
+ method: 'del',
|
|
|
+ type: 'danger'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '修改',
|
|
|
+ method: 'update',
|
|
|
+ type: 'warning'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '邮件通知',
|
|
|
+ method: 'sendMail',
|
|
|
+ type: 'success'
|
|
|
+ }
|
|
|
]
|
|
|
}
|
|
|
}
|