diff --git a/src/components/workshop.vue b/src/components/workshop.vue
index bc158ca..5ad50c7 100644
--- a/src/components/workshop.vue
+++ b/src/components/workshop.vue
@@ -219,8 +219,8 @@
-

-

+

+
0 ? [...res.vehicleConveyorLine.trayStacker][0] : {}
- this.vconveyorLine = [...res.vehicleConveyorLine.conveyorLine]
+ this.vconveyorLine = [...res.vehicleConveyorLine.conveyorLine].reverse()
// 拆盘机暂时不显示
// this.trayDestacker = res.vehicleConveyorLine.trayDestacker.length > 0 ? [...res.vehicleConveyorLine.trayDestacker][0] : {}
},