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 {