diff --git a/src/jmapNew/theme/ningbo_03/menus/menuBar.vue b/src/jmapNew/theme/ningbo_03/menus/menuBar.vue index 20049fe02..2f31feb66 100644 --- a/src/jmapNew/theme/ningbo_03/menus/menuBar.vue +++ b/src/jmapNew/theme/ningbo_03/menus/menuBar.vue @@ -431,7 +431,8 @@ export default { }, { title: '设置站间列车数量', - click: this.setIntervalStopNumber + // click: this.setIntervalStopNumber + click: this.undeveloped }, { title: '分配停站时间', @@ -536,23 +537,28 @@ export default { children: [ { title: '取消转换锁闭', - click: this.handleLock + // click: this.handleLock + click: this.undeveloped }, { title: '取消过岔锁闭', - click: this.handleUnLock + // click: this.handleUnLock + click: this.undeveloped }, { title: '远程预复位使能', - click: this.handleRestoration + // click: this.handleRestoration + click: this.undeveloped }, { title: '复位', - click: this.handleSectionRestoration + // click: this.handleSectionRestoration + click: this.undeveloped }, { title: '显示', - click: this.handleSectionStopShow + // click: this.handleSectionStopShow + click: this.undeveloped } ] }, @@ -602,11 +608,13 @@ export default { children: [ { title: 'CBTC', - click: this.setCbtcMode + // click: this.setCbtcMode + click: this.undeveloped }, { title: '后备', - click: this.setReserveMode + // click: this.setReserveMode + click: this.undeveloped } ] },