代码调整

This commit is contained in:
dong 2022-12-26 16:02:08 +08:00
parent 707393bcc2
commit ef534aff5b

View File

@ -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();