diff --git a/src/views/system/configLine/config.vue b/src/views/system/configLine/config.vue index e574f03c0..653d30064 100644 --- a/src/views/system/configLine/config.vue +++ b/src/views/system/configLine/config.vue @@ -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: '是否生成目的地码定义(泰雷兹)' } }; },