This commit is contained in:
熊成强 2020-11-13 14:30:54 +08:00
parent 1052051963
commit 765983c153

View File

@ -121,11 +121,13 @@ export default {
name: '跳过', name: '跳过',
info: !!this.info, info: !!this.info,
type: 'primary', type: 'primary',
plain: true,
permis: 'tiaozhuang', permis: 'tiaozhuang',
click: this.handleJump click: this.handleJump
}, { }, {
name: '跳过', name: '跳过',
info: !this.info, info: !this.info,
plain: true,
type: 'primary', type: 'primary',
permis: 'tiaozhuang', permis: 'tiaozhuang',
click: this.handleJump click: this.handleJump