代码调整

This commit is contained in:
joylink_cuiweidong 2022-12-12 14:48:59 +08:00
parent 8db9f95ade
commit f06ba54b56

View File

@ -124,7 +124,7 @@ export default {
label: '设置跳停',
handler: this.setJumpStop,
cmdType:CMD.Stand.CMD_STAND_SET_JUMP_STOP,
isDisabled: (stand, work) => { stand.allSkip !== 0; },
isDisabled: (stand, work) => { return stand.allSkip === 1; },
isShow: (stand, work) => work === 'dispatchWork'
},
{