增加故障类型
This commit is contained in:
parent
307d2f778a
commit
3dcc701050
@ -130,6 +130,8 @@ const optionsAlertType = [
|
||||
'计轴大面积橙光带',
|
||||
'道岔大面积失表',
|
||||
'列车信号故障',
|
||||
'联锁区红光带',
|
||||
'联锁区橙光带',
|
||||
];
|
||||
|
||||
enum DeviceType {
|
||||
|
@ -323,6 +323,8 @@ const optionsAlertType = [
|
||||
'计轴大面积橙光带',
|
||||
'道岔大面积失表',
|
||||
'列车信号故障',
|
||||
'联锁区红光带',
|
||||
'联锁区橙光带',
|
||||
];
|
||||
const optionsTimeType = ['CLOCK_7_9', 'CLOCK_7_9_AND_19_21', '无'];
|
||||
let optionsLocationType = ref<string[]>([]);
|
||||
|
Loading…
Reference in New Issue
Block a user