{{ $route.query.stationName }}机电小系统
-
+
@@ -14,9 +14,25 @@ export default {
},
data() {
return {
- mes: '1111'
+ mes: '1111',
+ width: 1200
};
},
+ watch: {
+ '$store.state.iscs.selectedCount': function() {
+ const device = this.$store.state.iscs.selected;
+ if (device && device._type === 'IscsButton' && device.function === 'GoBMiniSystem') { // 至B端小系统
+ this.width = 1400;
+ this.$refs.iscsPlate.iscsLoadData('22-1');
+ } else if (device && device._type === 'IscsButton' && device.function === 'GoAMiniSystem1') { // 至A端小系统(一) 默认
+ this.width = 1200;
+ this.$refs.iscsPlate.iscsLoadData('22');
+ } else if (device && device._type === 'IscsButton' && device.function === 'GoAMiniSystem2') { // 至A端小系统(二)
+ this.width = 1200;
+ this.$refs.iscsPlate.iscsLoadData('22-2');
+ }
+ }
+ },
mounted() {
this.$refs.iscsPlate.show('22');
},
diff --git a/src/views/newMap/newMapdraft/index.vue b/src/views/newMap/newMapdraft/index.vue
index 34bc835b9..a9bd5d151 100644
--- a/src/views/newMap/newMapdraft/index.vue
+++ b/src/views/newMap/newMapdraft/index.vue
@@ -651,6 +651,14 @@ export default {
diff --git a/src/views/jointTraining/menuDraft/operateMenu.vue b/src/views/jointTraining/menuDraft/operateMenu.vue
index 47041de6a..74f30605d 100644
--- a/src/views/jointTraining/menuDraft/operateMenu.vue
+++ b/src/views/jointTraining/menuDraft/operateMenu.vue
@@ -133,3 +133,13 @@ export default {
}
};
+
diff --git a/src/views/jsxt/refereeList/display.vue b/src/views/jsxt/refereeList/display.vue
index 8195c8eb1..9cc8eb6d7 100644
--- a/src/views/jsxt/refereeList/display.vue
+++ b/src/views/jsxt/refereeList/display.vue
@@ -283,3 +283,13 @@ export default {
}
};
+
diff --git a/src/views/lesson/operateMenu.vue b/src/views/lesson/operateMenu.vue
index ba4b53670..d720110cd 100644
--- a/src/views/lesson/operateMenu.vue
+++ b/src/views/lesson/operateMenu.vue
@@ -118,3 +118,13 @@ export default {
}
};
+
diff --git a/src/views/newMap/jointTrainingNew/menuDraft/operateMenu.vue b/src/views/newMap/jointTrainingNew/menuDraft/operateMenu.vue
index 754636d2a..61a3386f1 100644
--- a/src/views/newMap/jointTrainingNew/menuDraft/operateMenu.vue
+++ b/src/views/newMap/jointTrainingNew/menuDraft/operateMenu.vue
@@ -133,3 +133,13 @@ export default {
}
};
+
diff --git a/src/views/newMap/newDesignUser/mapmanage/operateMenu.vue b/src/views/newMap/newDesignUser/mapmanage/operateMenu.vue
index 7a40c6460..3e8dd16ce 100644
--- a/src/views/newMap/newDesignUser/mapmanage/operateMenu.vue
+++ b/src/views/newMap/newDesignUser/mapmanage/operateMenu.vue
@@ -312,3 +312,13 @@ export default {
}
};
+
diff --git a/src/views/trainRoom/content-menu.vue b/src/views/trainRoom/content-menu.vue
index 4b7d3d08d..9af0e37d5 100644
--- a/src/views/trainRoom/content-menu.vue
+++ b/src/views/trainRoom/content-menu.vue
@@ -85,3 +85,13 @@ export default {
}
};
+