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