diff --git a/src/jmapNew/theme/datie_02/menus/dispatchWorkMenuBar.vue b/src/jmapNew/theme/datie_02/menus/dispatchWorkMenuBar.vue index b7ae46a88..5404ae01c 100644 --- a/src/jmapNew/theme/datie_02/menus/dispatchWorkMenuBar.vue +++ b/src/jmapNew/theme/datie_02/menus/dispatchWorkMenuBar.vue @@ -1,16 +1,19 @@ diff --git a/src/jmapNew/theme/datie_02/menus/menuDialog/setOperationPlan.vue b/src/jmapNew/theme/datie_02/menus/menuDialog/setOperationPlan.vue new file mode 100644 index 000000000..bba863fd0 --- /dev/null +++ b/src/jmapNew/theme/datie_02/menus/menuDialog/setOperationPlan.vue @@ -0,0 +1,79 @@ +// 设置运行计划 + + + + + diff --git a/src/scripts/ConstConfig.js b/src/scripts/ConstConfig.js index 6ca45b823..6aef756ec 100644 --- a/src/scripts/ConstConfig.js +++ b/src/scripts/ConstConfig.js @@ -231,7 +231,8 @@ export default { { label: '列车', value: 'TRAIN' }, { label: 'UDP客户端', value: 'UDP_CLIENT' }, { label: '站台PIS', value: 'PIS_STAND' }, - { label: '列车PIS', value: 'PIS_TRAIN' } + { label: '列车PIS', value: 'PIS_TRAIN' }, + { label: '沙盘运行计划', value: 'SAND_TABLE_RUN_PLAN' }, ], ossList: [ { name: '场景1', url: '场景1—桂花园道岔故障(配分版60分).pdf' }, diff --git a/src/utils/sock.js b/src/utils/sock.js index 406c018cb..7e4a3f3d2 100644 --- a/src/utils/sock.js +++ b/src/utils/sock.js @@ -87,7 +87,7 @@ StompClient.prototype = { closeStompDebug() { if (this.clientIns) { if (isDev || isTest) { - this.clientIns.debug = function (message) { console.debug(message); }; + this.clientIns.debug = function (message) { /* console.debug(message); */ }; } else { this.clientIns.debug = function (message) {}; }