From 00abeb1eba0e501d552820c3e83520d028b86d8b Mon Sep 17 00:00:00 2001 From: "han\\hanst" Date: Sun, 26 Oct 2025 10:54:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=93=E4=BD=8D=E4=BD=BF=E7=94=A8=E7=8E=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/dashboard/warehouse-3d-board.vue | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/views/modules/dashboard/warehouse-3d-board.vue b/src/views/modules/dashboard/warehouse-3d-board.vue index 249e238..20104d4 100644 --- a/src/views/modules/dashboard/warehouse-3d-board.vue +++ b/src/views/modules/dashboard/warehouse-3d-board.vue @@ -133,7 +133,7 @@
- 效率: {{ robot.efficiency }}% + 任务: {{ robot.tasks }}
@@ -278,18 +278,18 @@ export default { // 库位数据 storageData: { totalSlots: 1960,// 固定不变的 - usedSlots: 1856, - utilizationRate: 77.3, - steelPallet: 680, - guardPallet: 520, - flatPallet: 656, - otherPallet: 200 + usedSlots: 0, + utilizationRate: 0, + steelPallet: 0, + guardPallet: 0, + flatPallet: 0, + otherPallet: 0 }, // 机器人数据 robotData: [ { id: 1, name: '机器人#1', status: 'working', statusText: '工作中', efficiency: 95, tasks: 2 }, - { id: 2, name: '机器人#2', status: 'working', statusText: '工作中', efficiency: 92, tasks: 2 } + { id: 2, name: '机器人#2', status: 'working', statusText: '工作中', efficiency: 92, tasks: 4 } ], // AGV数据(从TUSK系统实时获取)