国赛线路调整2

This commit is contained in:
fan 2022-12-29 14:44:46 +08:00
parent 7b0a043243
commit 0bb6ab6629

View File

@ -82,7 +82,9 @@ export default {
isShow: (train, work) => work === 'dispatchWork'
},
{
type: 'separator'
type: 'separator',
isDisabled: (switchDevice, work) => false,
isShow: (switchDevice, work) => work === 'dispatchWork'
},
{
label: '设置计划车',
@ -109,7 +111,9 @@ export default {
isShow: (train, work) => work === 'dispatchWork'
},
{
type: 'separator'
type: 'separator',
isDisabled: (switchDevice, work) => false,
isShow: (switchDevice, work) => work === 'dispatchWork'
},
{
label: '标记ATP切除',
@ -124,7 +128,9 @@ export default {
isShow: (train, work) => work === 'dispatchWork'
},
{
type: 'separator'
type: 'separator',
isDisabled: (switchDevice, work) => false,
isShow: (switchDevice, work) => work === 'dispatchWork'
},
{
label: '旅行冲突列车',