From a508b343b88a62c844385ad21a816e71925aaaf0 Mon Sep 17 00:00:00 2001 From: "han\\hanst" Date: Wed, 29 Apr 2026 16:08:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=88=E6=9D=BF=E4=BD=8D=E5=88=A9=E7=94=A8?= =?UTF-8?q?=E7=8E=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/dashboard/warehouse-3d-board.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/views/modules/dashboard/warehouse-3d-board.vue b/src/views/modules/dashboard/warehouse-3d-board.vue index 4811cd0..6350e27 100644 --- a/src/views/modules/dashboard/warehouse-3d-board.vue +++ b/src/views/modules/dashboard/warehouse-3d-board.vue @@ -154,6 +154,10 @@ 利用率(不包含空托盘) {{ ((storageData.usedSlots)*100/1960).toFixed(2) }}% +
+ 栈板位利用率 + {{ (storageData.utilizationRate2).toFixed(2) }}% +
@@ -329,6 +333,7 @@ export default { storageData: { totalSlots: 1960,// 固定不变的 usedSlots: 0, + utilizationRate2: 0, utilizationRate: 0, // 物料盘库存(按托盘类型分类) materialInventory: {