宁波三号线操作
This commit is contained in:
parent
c75b6f2119
commit
aa4012b08f
@ -431,7 +431,8 @@ export default {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '设置站间列车数量',
|
title: '设置站间列车数量',
|
||||||
click: this.setIntervalStopNumber
|
// click: this.setIntervalStopNumber
|
||||||
|
click: this.undeveloped
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '分配停站时间',
|
title: '分配停站时间',
|
||||||
@ -536,23 +537,28 @@ export default {
|
|||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
title: '取消转换锁闭',
|
title: '取消转换锁闭',
|
||||||
click: this.handleLock
|
// click: this.handleLock
|
||||||
|
click: this.undeveloped
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '取消过岔锁闭',
|
title: '取消过岔锁闭',
|
||||||
click: this.handleUnLock
|
// click: this.handleUnLock
|
||||||
|
click: this.undeveloped
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '远程预复位使能',
|
title: '远程预复位使能',
|
||||||
click: this.handleRestoration
|
// click: this.handleRestoration
|
||||||
|
click: this.undeveloped
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '复位',
|
title: '复位',
|
||||||
click: this.handleSectionRestoration
|
// click: this.handleSectionRestoration
|
||||||
|
click: this.undeveloped
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '显示',
|
title: '显示',
|
||||||
click: this.handleSectionStopShow
|
// click: this.handleSectionStopShow
|
||||||
|
click: this.undeveloped
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -602,11 +608,13 @@ export default {
|
|||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
title: 'CBTC',
|
title: 'CBTC',
|
||||||
click: this.setCbtcMode
|
// click: this.setCbtcMode
|
||||||
|
click: this.undeveloped
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '后备',
|
title: '后备',
|
||||||
click: this.setReserveMode
|
// click: this.setReserveMode
|
||||||
|
click: this.undeveloped
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user