优化
This commit is contained in:
parent
67f0592ecc
commit
fccbf2f07c
@ -123,19 +123,25 @@ export default {
|
|||||||
type: 'primary',
|
type: 'primary',
|
||||||
permis: 'tiaozhuang',
|
permis: 'tiaozhuang',
|
||||||
click: this.handleJump
|
click: this.handleJump
|
||||||
|
}, {
|
||||||
|
name: '跳过',
|
||||||
|
info: !this.info,
|
||||||
|
type: 'primary',
|
||||||
|
permis: 'tiaozhuang',
|
||||||
|
click: this.handleJump
|
||||||
}, {
|
}, {
|
||||||
name: '转 交',
|
name: '转 交',
|
||||||
info: !!this.info,
|
info: !!this.info,
|
||||||
plain: true,
|
plain: true,
|
||||||
type: 'primary',
|
type: 'primary',
|
||||||
permis: 'tiaozhuang',
|
permis: 'transfer',
|
||||||
click: this.handleZhuanjiao
|
click: this.handleZhuanjiao
|
||||||
}, {
|
}, {
|
||||||
name: '转 交',
|
name: '转 交',
|
||||||
plain: true,
|
plain: true,
|
||||||
info: !this.info,
|
info: !this.info,
|
||||||
type: 'primary',
|
type: 'primary',
|
||||||
permis: 'tiaozhuang',
|
permis: 'transfer',
|
||||||
click: this.handleZhuanjiao
|
click: this.handleZhuanjiao
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user