故障测试加应急触发
This commit is contained in:
parent
d75c48a011
commit
3fc1f4deb7
@ -103,6 +103,7 @@ const optionsAlertType = [
|
|||||||
'计轴橙光带',
|
'计轴橙光带',
|
||||||
'计轴大面积橙光带',
|
'计轴大面积橙光带',
|
||||||
'列车信号故障',
|
'列车信号故障',
|
||||||
|
'应急触发',
|
||||||
];
|
];
|
||||||
const mapAlertType = new Map([
|
const mapAlertType = new Map([
|
||||||
['蓝显', ['station']],
|
['蓝显', ['station']],
|
||||||
@ -115,6 +116,7 @@ const mapAlertType = new Map([
|
|||||||
['计轴橙光带', ['Section']],
|
['计轴橙光带', ['Section']],
|
||||||
['计轴大面积橙光带', ['Section']],
|
['计轴大面积橙光带', ['Section']],
|
||||||
['列车信号故障', ['LogicSection', 'Turnout']],
|
['列车信号故障', ['LogicSection', 'Turnout']],
|
||||||
|
['应急触发', ['Platform']],
|
||||||
]);
|
]);
|
||||||
let selectGraphic: JlGraphic[] = [];
|
let selectGraphic: JlGraphic[] = [];
|
||||||
|
|
||||||
|
@ -158,6 +158,7 @@ const optionsAlertType = [
|
|||||||
'计轴红光带',
|
'计轴红光带',
|
||||||
'计轴橙光带',
|
'计轴橙光带',
|
||||||
'列车信号故障',
|
'列车信号故障',
|
||||||
|
'应急触发',
|
||||||
];
|
];
|
||||||
const mapAlertType = new Map([
|
const mapAlertType = new Map([
|
||||||
['蓝显', ['station']],
|
['蓝显', ['station']],
|
||||||
@ -165,6 +166,7 @@ const mapAlertType = new Map([
|
|||||||
['计轴红光带', ['LogicSection', 'Turnout']],
|
['计轴红光带', ['LogicSection', 'Turnout']],
|
||||||
['计轴橙光带', ['LogicSection', 'Turnout']],
|
['计轴橙光带', ['LogicSection', 'Turnout']],
|
||||||
['列车信号故障', ['LogicSection', 'Turnout']],
|
['列车信号故障', ['LogicSection', 'Turnout']],
|
||||||
|
['应急触发', ['Platform']],
|
||||||
]);
|
]);
|
||||||
enum DeviceType {
|
enum DeviceType {
|
||||||
station = 'DEVICE_TYPE_RTU',
|
station = 'DEVICE_TYPE_RTU',
|
||||||
|
Loading…
Reference in New Issue
Block a user