From 94adee376c1fc8dda978d3a3c100b393a8709b9d Mon Sep 17 00:00:00 2001 From: joylink_zhaoerwei Date: Mon, 9 Oct 2023 09:35:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=85=E6=84=8F=E6=BC=94=E7=A4=BA=E6=A1=86?= =?UTF-8?q?=E9=80=89=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/alarm/setAlarmMock.vue | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/src/components/alarm/setAlarmMock.vue b/src/components/alarm/setAlarmMock.vue index 5c558b1..d51d545 100644 --- a/src/components/alarm/setAlarmMock.vue +++ b/src/components/alarm/setAlarmMock.vue @@ -98,7 +98,6 @@ const optionsAlertType = [ '整侧站台门无法打开', '整侧站台门无法关闭', '道岔失表', - '道岔大面积失表', '计轴红光带', '计轴大面积红光带', '计轴橙光带', @@ -111,14 +110,11 @@ const mapAlertType = new Map([ ['整侧站台门无法打开', ['Platform']], ['整侧站台门无法关闭', ['Platform']], ['道岔失表', ['Turnout']], - ['道岔大面积失表', ['Turnout']], - ['计轴红光带', ['LogicSection', 'Turnout']], - ['计轴大面积红光带', ['LogicSection', 'Turnout']], - ['计轴橙光带', ['LogicSection', 'Turnout']], - ['计轴大面积橙光带', ['LogicSection', 'Turnout']], + ['计轴红光带', ['Section']], + ['计轴大面积红光带', ['Section']], + ['计轴橙光带', ['Section']], + ['计轴大面积橙光带', ['Section']], ['列车信号故障', ['LogicSection', 'Turnout']], - ['联锁区红光带', ['LogicSection', 'Turnout']], - ['联锁区橙光带', ['LogicSection', 'Turnout']], ]); let selectGraphic: JlGraphic[] = [];