28 lines
286 B
JavaScript
28 lines
286 B
JavaScript
|
export const FaultStatusEnum = {
|
||
|
Section: {
|
||
|
'01': '占用',
|
||
|
},
|
||
|
Switch: {
|
||
|
|
||
|
},
|
||
|
Signal: {
|
||
|
|
||
|
},
|
||
|
Station: {
|
||
|
|
||
|
},
|
||
|
StationControl: {
|
||
|
|
||
|
},
|
||
|
StationDelayUnlock: {
|
||
|
|
||
|
},
|
||
|
StationStand: {
|
||
|
|
||
|
},
|
||
|
Train: {
|
||
|
|
||
|
},
|
||
|
TrainWindow: {
|
||
|
}
|
||
|
};
|