西安三号线宁波一号线 控制权菜单显示代码调整
This commit is contained in:
parent
7ad5e06a07
commit
40a7170f69
@ -133,6 +133,16 @@ export default {
|
||||
this.operation = operate.operation;
|
||||
}
|
||||
this.dialogShow = true;
|
||||
if (this.$store.state.training.prdType == '01') {
|
||||
this.controlProps = {
|
||||
'01': '遥控'
|
||||
};
|
||||
} else if (this.$store.state.training.prdType == '02') {
|
||||
this.controlProps = {
|
||||
'03': '紧急站控',
|
||||
'02': '站控'
|
||||
};
|
||||
}
|
||||
this.$store.dispatch('training/emitTipFresh');
|
||||
},
|
||||
doClose() {
|
||||
|
@ -330,7 +330,7 @@ export default {
|
||||
title: this.$t('menu.menuBar.toStationControl'),
|
||||
click: this.turnToStationControl,
|
||||
operate: OperationEvent.StationControl.requestStationControl.mbar,
|
||||
// froce: true
|
||||
froce: true
|
||||
},
|
||||
{
|
||||
title: this.$t('menu.menuBar.forcedStationControl'),
|
||||
|
Loading…
Reference in New Issue
Block a user