代码调整
This commit is contained in:
parent
8db9f95ade
commit
f06ba54b56
@ -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'
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user