国赛线路调整1

This commit is contained in:
fan 2022-12-29 14:42:48 +08:00
parent 80d1de6bd3
commit 52b61ab92a

View File

@ -100,6 +100,7 @@ export default {
}, },
{ {
type: 'separator', type: 'separator',
isDisabled: (switchDevice, work) => false,
isShow: (switchDevice, work) => work === 'dispatchWork' isShow: (switchDevice, work) => work === 'dispatchWork'
}, },
{ {
@ -118,6 +119,7 @@ export default {
}, },
{ {
type: 'separator', type: 'separator',
isDisabled: (switchDevice, work) => false,
isShow: (switchDevice, work) => work === 'dispatchWork' isShow: (switchDevice, work) => work === 'dispatchWork'
}, },
{ {
@ -142,7 +144,9 @@ export default {
isShow: (switchDevice, work) => work === 'dispatchWork' isShow: (switchDevice, work) => work === 'dispatchWork'
}, },
{ {
type: 'separator' type: 'separator',
isDisabled: (switchDevice, work) => false,
isShow: (switchDevice, work) => work === 'dispatchWork'
}, },
{ {
label: '查看公里标', label: '查看公里标',