Merge branch 'thailand' of git.code.tencent.com:lian-cbtc/jl-client into thailand
This commit is contained in:
commit
f2cdfe5ee1
@ -54,6 +54,12 @@ export default {
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
const self = this;
|
||||
window.onclick = function (e) {
|
||||
if (document.getElementById('menuBar') && !self.$store.state.training.trainingStart) {
|
||||
self.doClose(false);
|
||||
}
|
||||
};
|
||||
this.initMenu();
|
||||
},
|
||||
methods: {
|
||||
|
@ -68,7 +68,7 @@ export default {
|
||||
operate: OperationEvent.StationControl.requestStationControl.mbar,
|
||||
},
|
||||
{
|
||||
title: 'Forced Station Control',
|
||||
title: 'Emergency Station Control',
|
||||
click: this.mandatoryStationControl,
|
||||
operate: OperationEvent.StationControl.forcedStationControl.password,
|
||||
},
|
||||
|
@ -67,7 +67,7 @@ export default {
|
||||
operate: OperationEvent.StationControl.requestStationControl.mbar
|
||||
},
|
||||
{
|
||||
title: 'Forced Station Control',
|
||||
title: 'Emergency Station Control',
|
||||
click: this.mandatoryStationControl,
|
||||
operate: OperationEvent.StationControl.forcedStationControl.password
|
||||
},
|
||||
|
@ -49,7 +49,7 @@ export default {
|
||||
imgUrl: CmdIcon
|
||||
},
|
||||
{
|
||||
label: 'Station yard map',
|
||||
label: 'Station Layout Diagram',
|
||||
refPath: 'dispatchWork',
|
||||
domId: 'dispatchWork',
|
||||
imgUrl: ZhanchangIcon
|
||||
|
Loading…
Reference in New Issue
Block a user