代码调整
This commit is contained in:
parent
707393bcc2
commit
ef534aff5b
@ -212,15 +212,15 @@ export default {
|
|||||||
this.menu = this.menuForce;
|
this.menu = this.menuForce;
|
||||||
}
|
}
|
||||||
// 非故障模式 且 角色为车站值班员时 增加PSL盘
|
// 非故障模式 且 角色为车站值班员时 增加PSL盘
|
||||||
if (this.operatemode !== OperateMode.FAULT && this.work === 'localWork') {
|
// if (this.operatemode !== OperateMode.FAULT && this.work === 'localWork') {
|
||||||
this.menu = [
|
// this.menu = [
|
||||||
...this.menu,
|
// ...this.menu,
|
||||||
{
|
// {
|
||||||
label: 'PSL',
|
// label: 'PSL',
|
||||||
handler: this.openPsl
|
// handler: this.openPsl
|
||||||
}
|
// }
|
||||||
];
|
// ];
|
||||||
}
|
// }
|
||||||
},
|
},
|
||||||
doShow(point) {
|
doShow(point) {
|
||||||
this.initMenu();
|
this.initMenu();
|
||||||
|
Loading…
Reference in New Issue
Block a user