This commit is contained in:
熊成强 2020-11-12 19:42:17 +08:00
parent 67f0592ecc
commit fccbf2f07c

View File

@ -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
} }
], ],