From 5548806ea5a369bca85d25fdff15932828e8b253 Mon Sep 17 00:00:00 2001 From: joylink_fanyuhong <18706759286@163.com> Date: Sun, 21 Apr 2024 17:49:03 +0800 Subject: [PATCH] =?UTF-8?q?pa=E5=AE=A2=E6=88=B7=E7=AB=AF=E8=B0=83=E6=95=B4?= =?UTF-8?q?&=E6=A0=87=E5=87=86=E7=BA=BF=E6=9C=AA=E5=BC=80=E6=94=BE?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../fuzhou_01/menus/dispatchWorkMenuBar.vue | 114 +++++++++--------- .../fuzhou_01/menus/localWorkMenuBar.vue | 74 ++++++------ .../theme/fuzhou_01/menus/menuTrain.vue | 10 +- .../newMap/display/terminals/paScreen.vue | 2 +- 4 files changed, 100 insertions(+), 100 deletions(-) diff --git a/src/jmapNew/theme/fuzhou_01/menus/dispatchWorkMenuBar.vue b/src/jmapNew/theme/fuzhou_01/menus/dispatchWorkMenuBar.vue index bd3d5df0a..61e4fafe3 100644 --- a/src/jmapNew/theme/fuzhou_01/menus/dispatchWorkMenuBar.vue +++ b/src/jmapNew/theme/fuzhou_01/menus/dispatchWorkMenuBar.vue @@ -46,20 +46,20 @@ export default { data() { return { menuNormal: [ - { - title: this.$t('menu.menuBar.system'), - operate: OperationEvent.Command.mBar.system, - click: this.undeveloped, - children: [ - ] - }, - { - title: this.$t('menu.menuBar.view'), - operate: OperationEvent.Command.mBar.check, - click: this.undeveloped, - children: [ - ] - }, + // { + // title: this.$t('menu.menuBar.system'), + // operate: OperationEvent.Command.mBar.system, + // click: this.undeveloped, + // children: [ + // ] + // }, + // { + // title: this.$t('menu.menuBar.view'), + // operate: OperationEvent.Command.mBar.check, + // click: this.undeveloped, + // children: [ + // ] + // }, { title: this.$t('menu.menuBar.refresh'), operate: OperationEvent.Command.mBar.fresh, @@ -70,7 +70,7 @@ export default { { title: this.$t('menu.menuBar.display'), operate: OperationEvent.Command.mBar.view, - click: this.undeveloped, + // click: this.undeveloped, children: [ { title: this.$t('menu.menuBar.setTrainIdDisplay'), @@ -89,13 +89,13 @@ export default { } ] }, - { - title: this.$t('menu.menuBar.stationMapSwitch'), - operate: '', - click: this.undeveloped, - children: [ - ] - }, + // { + // title: this.$t('menu.menuBar.stationMapSwitch'), + // operate: '', + // click: this.undeveloped, + // children: [ + // ] + // }, { title: this.$t('menu.menuBar.planCarOperation'), operate: OperationEvent.Command.mBar.planTrain, @@ -117,13 +117,13 @@ export default { } ] }, - { - title: this.$t('menu.menuBar.trainNumberMaintenance'), - operate: '', - click: this.undeveloped, - children: [ - ] - }, + // { + // title: this.$t('menu.menuBar.trainNumberMaintenance'), + // operate: '', + // click: this.undeveloped, + // children: [ + // ] + // }, { title: this.$t('menu.menuBar.controlModeSwitch'), operate: OperationEvent.Command.mBar.remoteControl, @@ -147,27 +147,27 @@ export default { } ] }, - { - title: this.$t('menu.menuBar.requestOperationArea'), - operate: OperationEvent.Command.mBar.requestZone, - click: this.undeveloped, - children: [ - ] - }, - { - title: this.$t('menu.menuBar.schedulingLog'), - operate: '', - click: this.undeveloped, - children: [ - ] - }, - { - title: this.$t('menu.menuBar.systemAnalysis'), - operate: '', - click: this.undeveloped, - children: [ - ] - }, + // { + // title: this.$t('menu.menuBar.requestOperationArea'), + // operate: OperationEvent.Command.mBar.requestZone, + // click: this.undeveloped, + // children: [ + // ] + // }, + // { + // title: this.$t('menu.menuBar.schedulingLog'), + // operate: '', + // click: this.undeveloped, + // children: [ + // ] + // }, + // { + // title: this.$t('menu.menuBar.systemAnalysis'), + // operate: '', + // click: this.undeveloped, + // children: [ + // ] + // }, { title: this.$t('menu.menuBar.userManage'), operate: OperationEvent.Command.mBar.userManage, @@ -179,13 +179,13 @@ export default { } ] }, - { - title: this.$t('menu.menuBar.historyQuery'), - operate: OperationEvent.Command.mBar.historyQuery, - click: this.undeveloped, - children: [ - ] - }, + // { + // title: this.$t('menu.menuBar.historyQuery'), + // operate: OperationEvent.Command.mBar.historyQuery, + // click: this.undeveloped, + // children: [ + // ] + // }, { title: this.$t('menu.menuBar.help'), operate: OperationEvent.Command.mBar.help, diff --git a/src/jmapNew/theme/fuzhou_01/menus/localWorkMenuBar.vue b/src/jmapNew/theme/fuzhou_01/menus/localWorkMenuBar.vue index 364a3f400..296a2e4bb 100644 --- a/src/jmapNew/theme/fuzhou_01/menus/localWorkMenuBar.vue +++ b/src/jmapNew/theme/fuzhou_01/menus/localWorkMenuBar.vue @@ -37,20 +37,20 @@ export default { data() { return { menuNormal: [ - { - title: this.$t('menu.menuBar.system'), - operate: OperationEvent.Command.mBar.system, - click: this.undeveloped, - children: [ - ] - }, - { - title: this.$t('menu.menuBar.view'), - operate: OperationEvent.Command.mBar.check, - click: this.undeveloped, - children: [ - ] - }, + // { + // title: this.$t('menu.menuBar.system'), + // operate: OperationEvent.Command.mBar.system, + // click: this.undeveloped, + // children: [ + // ] + // }, + // { + // title: this.$t('menu.menuBar.view'), + // operate: OperationEvent.Command.mBar.check, + // click: this.undeveloped, + // children: [ + // ] + // }, { title: this.$t('menu.menuBar.refresh'), operate: OperationEvent.Command.mBar.fresh, @@ -61,7 +61,7 @@ export default { { title: this.$t('menu.menuBar.display'), operate: OperationEvent.Command.mBar.view, - click: this.undeveloped, + // click: this.undeveloped, children: [ { title: this.$t('menu.menuBar.setTrainIdDisplay'), @@ -80,17 +80,17 @@ export default { } ] }, - { - title: this.$t('menu.menuBar.stationMapSwitch'), - operate: '', - click: this.undeveloped, - children: [ - ] - }, + // { + // title: this.$t('menu.menuBar.stationMapSwitch'), + // operate: '', + // click: this.undeveloped, + // children: [ + // ] + // }, { title: this.$t('menu.menuBar.controlModeSwitch'), operate: OperationEvent.Command.mBar.remoteControl, - click: this.undeveloped, + // click: this.undeveloped, children: [ { title: this.$t('menu.menuBar.toStationControl'), @@ -110,20 +110,20 @@ export default { // } ] }, - { - title: this.$t('menu.menuBar.requestOperationArea'), - operate: OperationEvent.Command.mBar.requestZone, - click: this.undeveloped, - children: [ - ] - }, - { - title: this.$t('menu.menuBar.historyQuery'), - operate: OperationEvent.Command.mBar.historyQuery, - click: this.undeveloped, - children: [ - ] - }, + // { + // title: this.$t('menu.menuBar.requestOperationArea'), + // operate: OperationEvent.Command.mBar.requestZone, + // click: this.undeveloped, + // children: [ + // ] + // }, + // { + // title: this.$t('menu.menuBar.historyQuery'), + // operate: OperationEvent.Command.mBar.historyQuery, + // click: this.undeveloped, + // children: [ + // ] + // }, { title: this.$t('menu.menuBar.userManage'), operate: OperationEvent.Command.mBar.userManage, diff --git a/src/jmapNew/theme/fuzhou_01/menus/menuTrain.vue b/src/jmapNew/theme/fuzhou_01/menus/menuTrain.vue index 4047f9792..1bbdb40ee 100644 --- a/src/jmapNew/theme/fuzhou_01/menus/menuTrain.vue +++ b/src/jmapNew/theme/fuzhou_01/menus/menuTrain.vue @@ -152,11 +152,11 @@ export default { } ], menuSpeed: [ - { - label: this.$t('menu.menuTrain.confirmRunToFrontStation'), - handler: this.undeveloped, - cmdType:CMD.Train.CMD_TRAIN_MANUAL_LIMIT_DRIVE - } + // { + // label: this.$t('menu.menuTrain.confirmRunToFrontStation'), + // handler: this.undeveloped, + // cmdType:CMD.Train.CMD_TRAIN_MANUAL_LIMIT_DRIVE + // } ] }; }, diff --git a/src/views/newMap/display/terminals/paScreen.vue b/src/views/newMap/display/terminals/paScreen.vue index fe4d515a0..61eadc608 100644 --- a/src/views/newMap/display/terminals/paScreen.vue +++ b/src/views/newMap/display/terminals/paScreen.vue @@ -42,7 +42,7 @@ export default { res.data.forEach(station => { if (!station.depot && station.visible) { const param = { - name: station.runPlanName.includes('站') ? station.runPlanName : `${station.runPlanName}站`, + name: station.name, id: station.code }; if (station.centralized) {