From edbc9b963da9a0e59d5542af30872bc501dbc45a Mon Sep 17 00:00:00 2001 From: "han\\hanst" Date: Fri, 24 Oct 2025 21:39:21 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=A4=A7=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/dashboard/warehouse-3d-board.vue | 24 ++++++++++--------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/src/views/modules/dashboard/warehouse-3d-board.vue b/src/views/modules/dashboard/warehouse-3d-board.vue index 1fdbdc3..dce9217 100644 --- a/src/views/modules/dashboard/warehouse-3d-board.vue +++ b/src/views/modules/dashboard/warehouse-3d-board.vue @@ -48,8 +48,8 @@
-
累计任务总数
-
{{ taskData.totalTasks }}
+
月度作业总数
+
{{ taskData.monthlyTasks }}
@@ -59,8 +59,8 @@
-
月度作业总数
-
{{ taskData.monthlyTasks }}
+
当日作业总数
+
{{ taskData.todayTasks }}
@@ -180,8 +180,8 @@
- 成品库存量趋势 - Finished Goods Inventory Trend + 原材料库存量趋势 + Raw Material Inventory Trend
@@ -192,8 +192,8 @@
- 原材库存量趋势 - Raw Material Inventory Trend + 规格料库存量趋势 + Specified Materials Inventory Trend
@@ -204,8 +204,8 @@
- 库存呆滞分析 - Stagnant Inventory Analysis + 产成品库存趋势 + Finished Goods Inventory Trend
@@ -323,6 +323,7 @@ export default { taskData: { totalTasks: 0, monthlyTasks: 0, + todayTasks: 0, outboundTasks: 0, inboundTasks: 0, outboundPercent: 0, @@ -1426,6 +1427,7 @@ export default { display: flex; flex-direction: column; gap: 12px; + margin-top: 16px; &::-webkit-scrollbar { width: 6px; @@ -1450,7 +1452,7 @@ export default { gap: 12px; &.row-1 { - height: 330px; + height: 400px; } &.row-2 {