diff --git a/src/jmapNew/theme/foshan_01/menus/menuStationStand.vue b/src/jmapNew/theme/foshan_01/menus/menuStationStand.vue index f9b2eed12..df4a9f847 100644 --- a/src/jmapNew/theme/foshan_01/menus/menuStationStand.vue +++ b/src/jmapNew/theme/foshan_01/menus/menuStationStand.vue @@ -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' }, {