From c8a49e3d31087f4b21edb9ea7e9e795cc3d981f9 Mon Sep 17 00:00:00 2001 From: joylink_fanyuhong <18706759286@163.com> Date: Sat, 12 Oct 2024 17:38:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=BA=BF=E8=B7=AF=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/configLine/config.vue | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/views/system/configLine/config.vue b/src/views/system/configLine/config.vue index dd15ebfc0..6d6b5731d 100644 --- a/src/views/system/configLine/config.vue +++ b/src/views/system/configLine/config.vue @@ -120,7 +120,8 @@ export default { 'SFUCanOnlyApplyForFaultLockSection', 'signalBolckOptReflectSignal', 'routeCanSetWhenSwitchFault', - 'manualTrainDefaultStop' + 'manualTrainDefaultStop', + 'guideDelayCloseWhenFirstSectionOccupied' ], selectList: ['runMode', 'singleApproachLockCancelRoute'], generalConfig: [ @@ -174,7 +175,8 @@ export default { 'SFUCanOnlyApplyForFaultLockSection', 'signalBolckOptReflectSignal', 'routeCanSetWhenSwitchFault', - 'manualTrainDefaultStop' + 'manualTrainDefaultStop', + 'guideDelayCloseWhenFirstSectionOccupied' ], rangeList: ['noParkingSM', 'parkingSM'], speedList: ['rmAtpSpeed', 'urmAtpSpeed'], @@ -234,7 +236,8 @@ export default { SFUCanOnlyApplyForFaultLockSection: '区故解只能应用于故障锁闭区段', signalBolckOptReflectSignal:'对信号机封锁操作,是否影响信号显示', routeCanSetWhenSwitchFault: '道岔故障时可以办理进路(由远及近锁闭,到故障处终止)', - manualTrainDefaultStop: '人工驾驶模式(CM/RM/NRM)下的列车默认是停车等待命令状态' + manualTrainDefaultStop: '人工驾驶模式(CM/RM/NRM)下的列车默认是停车等待命令状态', + guideDelayCloseWhenFirstSectionOccupied: '办理引导进路时,如果进路首区段占用,引导信号15秒后关闭' } }; },