gr il y a 3 semaines
Parent
commit
c0359edcba

+ 2 - 2
src/views/home/cpns/PanelHxhs.vue

@@ -270,8 +270,8 @@ function toggleCubeDetail(row, status) {
         color: c.color
       })),
       size: {
-        x: row.cubes[0].boxSize.lonLength,
-        y: row.cubes[0].boxSize.latLength,
+        x: row.cubes[0].boxSize.latLength,
+        y: row.cubes[0].boxSize.lonLength,
         z: row.cubes[0].boxSize.height
       }
     })

+ 2 - 2
src/views/home/cpns/PanelKyhs.vue

@@ -425,8 +425,8 @@ function toggleCubeDetail(row, status) {
         color: c.color
       })),
       size: {
-        x: row.cubes[0].boxSize.lonLength,
-        y: row.cubes[0].boxSize.latLength,
+        x: row.cubes[0].boxSize.latLength,
+        y: row.cubes[0].boxSize.lonLength,
         z: row.cubes[0].boxSize.height
       }
     })

+ 2 - 2
src/views/home/cpns/PanelQjchs.vue

@@ -430,8 +430,8 @@ function toggleCubeDetail(row, status) {
         color: c.color
       })),
       size: {
-        x: row.cubes[0].boxSize.lonLength,
-        y: row.cubes[0].boxSize.latLength,
+        x: row.cubes[0].boxSize.latLength,
+        y: row.cubes[0].boxSize.lonLength,
         z: row.cubes[0].boxSize.height
       }
     })