车次窗显示调整

This commit is contained in:
fan 2021-11-09 16:20:13 +08:00
parent 8b9e1876e2
commit b84e54591c

View File

@ -70,7 +70,7 @@ class TrainWindow extends Group {
setState(model) {
// if (!this.isShowShape) return;
if (this.model.showMode != '02' || !this.style.TrainWindow.show) {
if (this.model.showMode == '01' || !this.style.TrainWindow.show) {
this.eachChild(item => { item.hide(); });
// } else if (!store.getters['map/checkDeviceShow'](this._code)) {
// this.trainRect && this.trainRect.hide();