From 3fc1f4deb7fe3fe0bdfe02275273c412221dfa52 Mon Sep 17 00:00:00 2001 From: joylink_zhaoerwei Date: Fri, 1 Nov 2024 09:25:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=85=E9=9A=9C=E6=B5=8B=E8=AF=95=E5=8A=A0?= =?UTF-8?q?=E5=BA=94=E6=80=A5=E8=A7=A6=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/alarm/setAlarmMock.vue | 2 ++ src/components/alarm/setAlarmText.vue | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/components/alarm/setAlarmMock.vue b/src/components/alarm/setAlarmMock.vue index 42330e7..0e12fa6 100644 --- a/src/components/alarm/setAlarmMock.vue +++ b/src/components/alarm/setAlarmMock.vue @@ -103,6 +103,7 @@ const optionsAlertType = [ '计轴橙光带', '计轴大面积橙光带', '列车信号故障', + '应急触发', ]; const mapAlertType = new Map([ ['蓝显', ['station']], @@ -115,6 +116,7 @@ const mapAlertType = new Map([ ['计轴橙光带', ['Section']], ['计轴大面积橙光带', ['Section']], ['列车信号故障', ['LogicSection', 'Turnout']], + ['应急触发', ['Platform']], ]); let selectGraphic: JlGraphic[] = []; diff --git a/src/components/alarm/setAlarmText.vue b/src/components/alarm/setAlarmText.vue index a805df6..2d8c539 100644 --- a/src/components/alarm/setAlarmText.vue +++ b/src/components/alarm/setAlarmText.vue @@ -158,6 +158,7 @@ const optionsAlertType = [ '计轴红光带', '计轴橙光带', '列车信号故障', + '应急触发', ]; const mapAlertType = new Map([ ['蓝显', ['station']], @@ -165,6 +166,7 @@ const mapAlertType = new Map([ ['计轴红光带', ['LogicSection', 'Turnout']], ['计轴橙光带', ['LogicSection', 'Turnout']], ['列车信号故障', ['LogicSection', 'Turnout']], + ['应急触发', ['Platform']], ]); enum DeviceType { station = 'DEVICE_TYPE_RTU',