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