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