添加线路配置配置generateDestination: '是否生成目的地码定义(泰雷兹)'
This commit is contained in:
parent
c841a6457c
commit
5614d90776
@ -104,7 +104,8 @@ export default {
|
||||
'standSkipSetTrainOnlyOnce',
|
||||
'blockadeCommandOnlyValidInStandbyMode',
|
||||
'ebwhenCancelRoute',
|
||||
'stationPreResetBeforeAxlePreReset'
|
||||
'stationPreResetBeforeAxlePreReset',
|
||||
'generateDestination'
|
||||
],
|
||||
selectList: ['runMode'],
|
||||
generalConfig: [
|
||||
@ -139,7 +140,8 @@ export default {
|
||||
'standSkipSetTrainOnlyOnce',
|
||||
'blockadeCommandOnlyValidInStandbyMode',
|
||||
'ebwhenCancelRoute',
|
||||
'stationPreResetBeforeAxlePreReset'
|
||||
'stationPreResetBeforeAxlePreReset',
|
||||
'generateDestination'
|
||||
],
|
||||
rangeList: ['noParkingSM', 'parkingSM'],
|
||||
speedList: ['rmAtpSpeed', 'urmAtpSpeed'],
|
||||
@ -179,7 +181,8 @@ export default {
|
||||
standSkipSetTrainOnlyOnce: '站台指定列车跳停仅跳停一次',
|
||||
blockadeCommandOnlyValidInStandbyMode: '封锁命令(状态)仅在后备模式下有效',
|
||||
ebwhenCancelRoute: '取消进路时列车紧急制动',
|
||||
stationPreResetBeforeAxlePreReset: '计轴预复位前需要车站预复位'
|
||||
stationPreResetBeforeAxlePreReset: '计轴预复位前需要车站预复位',
|
||||
generateDestination: '是否生成目的地码定义(泰雷兹)'
|
||||
}
|
||||
};
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user