Bladeren bron

多窗口(CrossingMultiView)启用拖拽: 三个页面 openCrossingMultiView 配置 draggable 改为 true

画安 2 weken geleden
bovenliggende
commit
d2787803a3
3 gewijzigde bestanden met toevoegingen van 3 en 3 verwijderingen
  1. 1 1
      src/views/SpecialSituationMonitoring.vue
  2. 1 1
      src/views/StatusMonitoring.vue
  3. 1 1
      src/views/TrunkCoordination.vue

+ 1 - 1
src/views/SpecialSituationMonitoring.vue

@@ -441,7 +441,7 @@ export default {
                 showClose: false,
                 noPadding: true,
                 enableDblclickExpand: false,
-                draggable: false,
+                draggable: true,
                 bringToFrontOnMousedown: false,
                 data: {
                     crossings: [...this.crossingSelections],

+ 1 - 1
src/views/StatusMonitoring.vue

@@ -567,7 +567,7 @@ export default {
                 showClose: false,
                 noPadding: true,
                 enableDblclickExpand: false,
-                draggable: false,
+                draggable: true,
                 bringToFrontOnMousedown: false,
                 data: {
                     crossings: [...this.crossingSelections],

+ 1 - 1
src/views/TrunkCoordination.vue

@@ -445,7 +445,7 @@ export default {
                 showClose: false,
                 noPadding: true,
                 enableDblclickExpand: false,
-                draggable: false,
+                draggable: true,
                 bringToFrontOnMousedown: false,
                 data: {
                     crossings: [...this.crossingSelections],