故意演示框选调整

This commit is contained in:
joylink_zhaoerwei 2023-10-09 09:35:05 +08:00
parent c253ee4461
commit 94adee376c

View File

@ -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[] = [];