pa客户端调整&标准线未开放调整
All checks were successful
master分支构建发布到公网服务器 / Build-Publish (push) Successful in 8m54s
All checks were successful
master分支构建发布到公网服务器 / Build-Publish (push) Successful in 8m54s
This commit is contained in:
parent
3fc31777a2
commit
5548806ea5
@ -46,20 +46,20 @@ export default {
|
|||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
menuNormal: [
|
menuNormal: [
|
||||||
{
|
// {
|
||||||
title: this.$t('menu.menuBar.system'),
|
// title: this.$t('menu.menuBar.system'),
|
||||||
operate: OperationEvent.Command.mBar.system,
|
// operate: OperationEvent.Command.mBar.system,
|
||||||
click: this.undeveloped,
|
// click: this.undeveloped,
|
||||||
children: [
|
// children: [
|
||||||
]
|
// ]
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
title: this.$t('menu.menuBar.view'),
|
// title: this.$t('menu.menuBar.view'),
|
||||||
operate: OperationEvent.Command.mBar.check,
|
// operate: OperationEvent.Command.mBar.check,
|
||||||
click: this.undeveloped,
|
// click: this.undeveloped,
|
||||||
children: [
|
// children: [
|
||||||
]
|
// ]
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
title: this.$t('menu.menuBar.refresh'),
|
title: this.$t('menu.menuBar.refresh'),
|
||||||
operate: OperationEvent.Command.mBar.fresh,
|
operate: OperationEvent.Command.mBar.fresh,
|
||||||
@ -70,7 +70,7 @@ export default {
|
|||||||
{
|
{
|
||||||
title: this.$t('menu.menuBar.display'),
|
title: this.$t('menu.menuBar.display'),
|
||||||
operate: OperationEvent.Command.mBar.view,
|
operate: OperationEvent.Command.mBar.view,
|
||||||
click: this.undeveloped,
|
// click: this.undeveloped,
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
title: this.$t('menu.menuBar.setTrainIdDisplay'),
|
title: this.$t('menu.menuBar.setTrainIdDisplay'),
|
||||||
@ -89,13 +89,13 @@ export default {
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
title: this.$t('menu.menuBar.stationMapSwitch'),
|
// title: this.$t('menu.menuBar.stationMapSwitch'),
|
||||||
operate: '',
|
// operate: '',
|
||||||
click: this.undeveloped,
|
// click: this.undeveloped,
|
||||||
children: [
|
// children: [
|
||||||
]
|
// ]
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
title: this.$t('menu.menuBar.planCarOperation'),
|
title: this.$t('menu.menuBar.planCarOperation'),
|
||||||
operate: OperationEvent.Command.mBar.planTrain,
|
operate: OperationEvent.Command.mBar.planTrain,
|
||||||
@ -117,13 +117,13 @@ export default {
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
title: this.$t('menu.menuBar.trainNumberMaintenance'),
|
// title: this.$t('menu.menuBar.trainNumberMaintenance'),
|
||||||
operate: '',
|
// operate: '',
|
||||||
click: this.undeveloped,
|
// click: this.undeveloped,
|
||||||
children: [
|
// children: [
|
||||||
]
|
// ]
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
title: this.$t('menu.menuBar.controlModeSwitch'),
|
title: this.$t('menu.menuBar.controlModeSwitch'),
|
||||||
operate: OperationEvent.Command.mBar.remoteControl,
|
operate: OperationEvent.Command.mBar.remoteControl,
|
||||||
@ -147,27 +147,27 @@ export default {
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
title: this.$t('menu.menuBar.requestOperationArea'),
|
// title: this.$t('menu.menuBar.requestOperationArea'),
|
||||||
operate: OperationEvent.Command.mBar.requestZone,
|
// operate: OperationEvent.Command.mBar.requestZone,
|
||||||
click: this.undeveloped,
|
// click: this.undeveloped,
|
||||||
children: [
|
// children: [
|
||||||
]
|
// ]
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
title: this.$t('menu.menuBar.schedulingLog'),
|
// title: this.$t('menu.menuBar.schedulingLog'),
|
||||||
operate: '',
|
// operate: '',
|
||||||
click: this.undeveloped,
|
// click: this.undeveloped,
|
||||||
children: [
|
// children: [
|
||||||
]
|
// ]
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
title: this.$t('menu.menuBar.systemAnalysis'),
|
// title: this.$t('menu.menuBar.systemAnalysis'),
|
||||||
operate: '',
|
// operate: '',
|
||||||
click: this.undeveloped,
|
// click: this.undeveloped,
|
||||||
children: [
|
// children: [
|
||||||
]
|
// ]
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
title: this.$t('menu.menuBar.userManage'),
|
title: this.$t('menu.menuBar.userManage'),
|
||||||
operate: OperationEvent.Command.mBar.userManage,
|
operate: OperationEvent.Command.mBar.userManage,
|
||||||
@ -179,13 +179,13 @@ export default {
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
title: this.$t('menu.menuBar.historyQuery'),
|
// title: this.$t('menu.menuBar.historyQuery'),
|
||||||
operate: OperationEvent.Command.mBar.historyQuery,
|
// operate: OperationEvent.Command.mBar.historyQuery,
|
||||||
click: this.undeveloped,
|
// click: this.undeveloped,
|
||||||
children: [
|
// children: [
|
||||||
]
|
// ]
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
title: this.$t('menu.menuBar.help'),
|
title: this.$t('menu.menuBar.help'),
|
||||||
operate: OperationEvent.Command.mBar.help,
|
operate: OperationEvent.Command.mBar.help,
|
||||||
|
@ -37,20 +37,20 @@ export default {
|
|||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
menuNormal: [
|
menuNormal: [
|
||||||
{
|
// {
|
||||||
title: this.$t('menu.menuBar.system'),
|
// title: this.$t('menu.menuBar.system'),
|
||||||
operate: OperationEvent.Command.mBar.system,
|
// operate: OperationEvent.Command.mBar.system,
|
||||||
click: this.undeveloped,
|
// click: this.undeveloped,
|
||||||
children: [
|
// children: [
|
||||||
]
|
// ]
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
title: this.$t('menu.menuBar.view'),
|
// title: this.$t('menu.menuBar.view'),
|
||||||
operate: OperationEvent.Command.mBar.check,
|
// operate: OperationEvent.Command.mBar.check,
|
||||||
click: this.undeveloped,
|
// click: this.undeveloped,
|
||||||
children: [
|
// children: [
|
||||||
]
|
// ]
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
title: this.$t('menu.menuBar.refresh'),
|
title: this.$t('menu.menuBar.refresh'),
|
||||||
operate: OperationEvent.Command.mBar.fresh,
|
operate: OperationEvent.Command.mBar.fresh,
|
||||||
@ -61,7 +61,7 @@ export default {
|
|||||||
{
|
{
|
||||||
title: this.$t('menu.menuBar.display'),
|
title: this.$t('menu.menuBar.display'),
|
||||||
operate: OperationEvent.Command.mBar.view,
|
operate: OperationEvent.Command.mBar.view,
|
||||||
click: this.undeveloped,
|
// click: this.undeveloped,
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
title: this.$t('menu.menuBar.setTrainIdDisplay'),
|
title: this.$t('menu.menuBar.setTrainIdDisplay'),
|
||||||
@ -80,17 +80,17 @@ export default {
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
title: this.$t('menu.menuBar.stationMapSwitch'),
|
// title: this.$t('menu.menuBar.stationMapSwitch'),
|
||||||
operate: '',
|
// operate: '',
|
||||||
click: this.undeveloped,
|
// click: this.undeveloped,
|
||||||
children: [
|
// children: [
|
||||||
]
|
// ]
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
title: this.$t('menu.menuBar.controlModeSwitch'),
|
title: this.$t('menu.menuBar.controlModeSwitch'),
|
||||||
operate: OperationEvent.Command.mBar.remoteControl,
|
operate: OperationEvent.Command.mBar.remoteControl,
|
||||||
click: this.undeveloped,
|
// click: this.undeveloped,
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
title: this.$t('menu.menuBar.toStationControl'),
|
title: this.$t('menu.menuBar.toStationControl'),
|
||||||
@ -110,20 +110,20 @@ export default {
|
|||||||
// }
|
// }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
title: this.$t('menu.menuBar.requestOperationArea'),
|
// title: this.$t('menu.menuBar.requestOperationArea'),
|
||||||
operate: OperationEvent.Command.mBar.requestZone,
|
// operate: OperationEvent.Command.mBar.requestZone,
|
||||||
click: this.undeveloped,
|
// click: this.undeveloped,
|
||||||
children: [
|
// children: [
|
||||||
]
|
// ]
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
title: this.$t('menu.menuBar.historyQuery'),
|
// title: this.$t('menu.menuBar.historyQuery'),
|
||||||
operate: OperationEvent.Command.mBar.historyQuery,
|
// operate: OperationEvent.Command.mBar.historyQuery,
|
||||||
click: this.undeveloped,
|
// click: this.undeveloped,
|
||||||
children: [
|
// children: [
|
||||||
]
|
// ]
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
title: this.$t('menu.menuBar.userManage'),
|
title: this.$t('menu.menuBar.userManage'),
|
||||||
operate: OperationEvent.Command.mBar.userManage,
|
operate: OperationEvent.Command.mBar.userManage,
|
||||||
|
@ -152,11 +152,11 @@ export default {
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
menuSpeed: [
|
menuSpeed: [
|
||||||
{
|
// {
|
||||||
label: this.$t('menu.menuTrain.confirmRunToFrontStation'),
|
// label: this.$t('menu.menuTrain.confirmRunToFrontStation'),
|
||||||
handler: this.undeveloped,
|
// handler: this.undeveloped,
|
||||||
cmdType:CMD.Train.CMD_TRAIN_MANUAL_LIMIT_DRIVE
|
// cmdType:CMD.Train.CMD_TRAIN_MANUAL_LIMIT_DRIVE
|
||||||
}
|
// }
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
@ -42,7 +42,7 @@ export default {
|
|||||||
res.data.forEach(station => {
|
res.data.forEach(station => {
|
||||||
if (!station.depot && station.visible) {
|
if (!station.depot && station.visible) {
|
||||||
const param = {
|
const param = {
|
||||||
name: station.runPlanName.includes('站') ? station.runPlanName : `${station.runPlanName}站`,
|
name: station.name,
|
||||||
id: station.code
|
id: station.code
|
||||||
};
|
};
|
||||||
if (station.centralized) {
|
if (station.centralized) {
|
||||||
|
Loading…
Reference in New Issue
Block a user