diff --git a/src/jmapNew/theme/components/utils/menuOperate.js b/src/jmapNew/theme/components/utils/menuOperate.js index abfa281ed..a66ed6275 100644 --- a/src/jmapNew/theme/components/utils/menuOperate.js +++ b/src/jmapNew/theme/components/utils/menuOperate.js @@ -74,6 +74,16 @@ export const menuOperate = { // 添加备用车 (大铁线路 车次号 非车组号) operation: OperationEvent.Section.addSpareTrain.menu.operation, cmdType: CMD.Section.CMD_TRAIN_LOAD_TRIP_NUMBER_TRAIN + }, + defectiveShunting:{ + // 分路不良 + operation: OperationEvent.Section.defectiveShunting.menu.operation, + cmdType: CMD.Section.CMD_SECTION_DEFECTIVE_SHUNTING + }, + cancelDefectiveShunting:{ + // 取消分路不良 + operation: OperationEvent.Section.cancelDefectiveShunting.menu.operation, + cmdType: CMD.Section.CMD_SECTION_DEFECTIVE_SHUNTING } }, Signal:{ diff --git a/src/jmapNew/theme/datie_02/menus/dialog/childDialog/defectivePasswordBox.vue b/src/jmapNew/theme/datie_02/menus/dialog/childDialog/defectivePasswordBox.vue index 7845e7a5b..03a1e195a 100644 --- a/src/jmapNew/theme/datie_02/menus/dialog/childDialog/defectivePasswordBox.vue +++ b/src/jmapNew/theme/datie_02/menus/dialog/childDialog/defectivePasswordBox.vue @@ -33,6 +33,7 @@