From 9dc0124da29c0cc2a7a350771a0472c4d2fca91f Mon Sep 17 00:00:00 2001 From: joylink_cuiweidong <364937672@qq.com> Date: Tue, 17 Mar 2020 14:28:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=93=88=E5=B0=94=E6=BB=A8=E7=BA=BF=E8=B7=AF?= =?UTF-8?q?=20=E7=8E=B0=E5=9C=B0=E8=A1=8C=E8=B0=83=E5=88=87=E6=8D=A2?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/jmapNew/theme/beijing_01/menus/dialog/switchControl.vue | 4 ++-- src/jmapNew/theme/haerbin_01/menus/menuBar.vue | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/jmapNew/theme/beijing_01/menus/dialog/switchControl.vue b/src/jmapNew/theme/beijing_01/menus/dialog/switchControl.vue index 272fb6a4d..ff9e5b6df 100644 --- a/src/jmapNew/theme/beijing_01/menus/dialog/switchControl.vue +++ b/src/jmapNew/theme/beijing_01/menus/dialog/switchControl.vue @@ -34,11 +34,11 @@ - + 道岔单锁 - + 道岔解锁 diff --git a/src/jmapNew/theme/haerbin_01/menus/menuBar.vue b/src/jmapNew/theme/haerbin_01/menus/menuBar.vue index 308dc0194..7236c62e3 100644 --- a/src/jmapNew/theme/haerbin_01/menus/menuBar.vue +++ b/src/jmapNew/theme/haerbin_01/menus/menuBar.vue @@ -149,7 +149,9 @@ export default { } }); this.colsNum = 24 / this.centralizedStationList1.length; - centralizedStationList.length && this.switchShowStation(centralizedStationList[0].code); + if (this.$store.state.training.prdType == '01') { + centralizedStationList.length && this.switchShowStation(centralizedStationList[0].code); + } }, switchShowStation(stationCode) { this.stationCode = stationCode;