添加线路配置:设置头码车时检查方向checkDirectionWhenSetHead
This commit is contained in:
parent
d04e35061c
commit
4707434ed4
@ -109,7 +109,8 @@ export default {
|
|||||||
'switchTurnOperationCanRecoverSplitFault',
|
'switchTurnOperationCanRecoverSplitFault',
|
||||||
'holdCommandIgnoreControlMode',
|
'holdCommandIgnoreControlMode',
|
||||||
'delayWhenCancelRouteWithAbnormalInterlock',
|
'delayWhenCancelRouteWithAbnormalInterlock',
|
||||||
'noARB'
|
'noARB',
|
||||||
|
'checkDirectionWhenSetHead'
|
||||||
],
|
],
|
||||||
selectList: ['runMode'],
|
selectList: ['runMode'],
|
||||||
generalConfig: [
|
generalConfig: [
|
||||||
@ -151,7 +152,8 @@ export default {
|
|||||||
'delayWhenCancelRouteWithAbnormalInterlock',
|
'delayWhenCancelRouteWithAbnormalInterlock',
|
||||||
'figuresOfTripNumber',
|
'figuresOfTripNumber',
|
||||||
'figuresOfServiceNumber',
|
'figuresOfServiceNumber',
|
||||||
'noARB'
|
'noARB',
|
||||||
|
'checkDirectionWhenSetHead'
|
||||||
],
|
],
|
||||||
rangeList: ['noParkingSM', 'parkingSM'],
|
rangeList: ['noParkingSM', 'parkingSM'],
|
||||||
speedList: ['rmAtpSpeed', 'urmAtpSpeed'],
|
speedList: ['rmAtpSpeed', 'urmAtpSpeed'],
|
||||||
@ -198,7 +200,8 @@ export default {
|
|||||||
delayWhenCancelRouteWithAbnormalInterlock: '取消联锁条件不满足的进路时需要延时解锁',
|
delayWhenCancelRouteWithAbnormalInterlock: '取消联锁条件不满足的进路时需要延时解锁',
|
||||||
figuresOfTripNumber: '车次号的位数',
|
figuresOfTripNumber: '车次号的位数',
|
||||||
figuresOfServiceNumber: '服务号的位数',
|
figuresOfServiceNumber: '服务号的位数',
|
||||||
noARB: '没有ARB判定'
|
noARB: '没有ARB判定',
|
||||||
|
checkDirectionWhenSetHead: '设置头码车时检查方向'
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user