车次窗显示调整
This commit is contained in:
parent
8b9e1876e2
commit
b84e54591c
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user