From fe45d9b1ac7b338f77b88d2078edba973763511b Mon Sep 17 00:00:00 2001 From: fan <18706759286@163.com> Date: Mon, 25 May 2020 17:07:58 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=89=A3=E8=BD=A6?= =?UTF-8?q?=E8=B7=B3=E5=81=9C=E5=91=BD=E4=BB=A4=E6=8F=90=E7=A4=BA=E6=8D=A2?= =?UTF-8?q?=E8=A1=8C=E7=AC=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/components/StatusIcon/statusIcon.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/components/StatusIcon/statusIcon.vue b/src/views/components/StatusIcon/statusIcon.vue index 87ce1efed..0dd3a0901 100644 --- a/src/views/components/StatusIcon/statusIcon.vue +++ b/src/views/components/StatusIcon/statusIcon.vue @@ -70,7 +70,7 @@ export default { const station = this.$store.getters['map/getDeviceByCode'](stand.stationCode); const dir = stand.right ? '上行站台' : '下行站台'; if (stand) { - this.tip = this.tip + station.name + ':
' + dir + '站台存在扣车命令'; + this.tip = this.tip + station.name + ':
' + dir + '站台存在扣车命令
'; } }); } @@ -89,7 +89,7 @@ export default { const station = this.$store.getters['map/getDeviceByCode'](stand.stationCode); const dir = stand.right ? '上行站台' : '下行站台'; if (stand) { - this.tip = this.tip + station.name + ':
' + dir + '站台存在跳停命令'; + this.tip = this.tip + station.name + ':
' + dir + '站台存在跳停命令
'; } }); } From f329e30049e14562ae074dd2beb8717f12a17dcd Mon Sep 17 00:00:00 2001 From: zyy <1787816799@qq.com> Date: Mon, 25 May 2020 17:57:24 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=A5=BF=E5=AE=89?= =?UTF-8?q?=E4=B8=80=E4=B8=89=20=E5=8F=B7=E7=BA=BF=E8=B7=AF=20=E5=8F=B3?= =?UTF-8?q?=E9=94=AE=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/PopMenu/index.vue | 8 +- src/jmapNew/theme/xian_01/menus/index.vue | 15 ++++ .../theme/xian_01/menus/menuSection.vue | 2 +- .../theme/xian_01/menus/menuSignal.vue | 2 +- .../theme/xian_01/menus/menuStation.vue | 2 +- .../theme/xian_01/menus/menuStationStand.vue | 4 +- .../theme/xian_01/menus/menuSwitch.vue | 2 +- src/jmapNew/theme/xian_01/menus/menuTrain.vue | 86 +++++++++---------- src/utils/baseUrl.js | 4 +- .../newMap/displayNew/chatView/chatBox.vue | 4 +- 10 files changed, 73 insertions(+), 56 deletions(-) diff --git a/src/components/PopMenu/index.vue b/src/components/PopMenu/index.vue index f982ae27a..c8d1baaf5 100644 --- a/src/components/PopMenu/index.vue +++ b/src/components/PopMenu/index.vue @@ -1,5 +1,5 @@