Merge branch 'test_dispaly' of https://git.code.tencent.com/lian-cbtc/jl-client into test_dispaly
This commit is contained in:
commit
ef8fab3f7b
@ -225,9 +225,9 @@ export default {
|
|||||||
'$store.state.menuOperation.leftClickCount': function (val) {
|
'$store.state.menuOperation.leftClickCount': function (val) {
|
||||||
// const control = MenuContextHandler.getStationControl(this.selected);
|
// const control = MenuContextHandler.getStationControl(this.selected);
|
||||||
// const centralStation = this.$store.getters['map/getDeviceByCode'](this.selected.stationCode);
|
// const centralStation = this.$store.getters['map/getDeviceByCode'](this.selected.stationCode);
|
||||||
const status = judgeStationControl(this.selected.belongStationCode, this.selected.stationCode, this.work);
|
if (this.selected._type === 'Signal') {
|
||||||
if (this.selected._type === 'Signal' && status) {
|
const status = judgeStationControl(this.selected.belongStationCode, this.selected.stationCode, this.work);
|
||||||
this.arrangementRoute();
|
status && this.arrangementRoute();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -164,8 +164,6 @@ export default {
|
|||||||
this.setCentralizedStationList(map); // 获取集中站列表
|
this.setCentralizedStationList(map); // 获取集中站列表
|
||||||
if (this.$route.query.client) {
|
if (this.$route.query.client) {
|
||||||
this.pictureChange(this.$route.query.client);
|
this.pictureChange(this.$route.query.client);
|
||||||
} else if (!this.$store.state.training.roles) {
|
|
||||||
this.pictureChange('dispatchWork');
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
@ -236,6 +236,11 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
'$store.state.training.memberList': function (val) {
|
||||||
|
if (!this.$store.state.training.roles) {
|
||||||
|
this.changePictureShow('dispatchWork');
|
||||||
|
}
|
||||||
|
},
|
||||||
'$store.state.socket.simulationWorkParam': function (val) {
|
'$store.state.socket.simulationWorkParam': function (val) {
|
||||||
if (val) {
|
if (val) {
|
||||||
this.itemMap = val.itemMap || {};
|
this.itemMap = val.itemMap || {};
|
||||||
|
@ -227,7 +227,7 @@ export default {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 15px;
|
left: 15px;
|
||||||
z-index: 10;
|
z-index: 40;
|
||||||
}
|
}
|
||||||
|
|
||||||
.elem-span{
|
.elem-span{
|
||||||
|
@ -80,7 +80,7 @@ export default {
|
|||||||
color: #000;
|
color: #000;
|
||||||
line-height: 180%;
|
line-height: 180%;
|
||||||
// z-index: 1501;
|
// z-index: 1501;
|
||||||
z-index: 35;
|
z-index: 39;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user