增加故障类型

This commit is contained in:
joylink_zhaoerwei 2023-09-19 10:39:48 +08:00
parent 307d2f778a
commit 3dcc701050
2 changed files with 4 additions and 0 deletions

View File

@ -130,6 +130,8 @@ const optionsAlertType = [
'计轴大面积橙光带',
'道岔大面积失表',
'列车信号故障',
'联锁区红光带',
'联锁区橙光带',
];
enum DeviceType {

View File

@ -323,6 +323,8 @@ const optionsAlertType = [
'计轴大面积橙光带',
'道岔大面积失表',
'列车信号故障',
'联锁区红光带',
'联锁区橙光带',
];
const optionsTimeType = ['CLOCK_7_9', 'CLOCK_7_9_AND_19_21', '无'];
let optionsLocationType = ref<string[]>([]);