diff --git a/src/views/modules/dashboard/warehouse-3d-board.vue b/src/views/modules/dashboard/warehouse-3d-board.vue index 169e83e..1fdbdc3 100644 --- a/src/views/modules/dashboard/warehouse-3d-board.vue +++ b/src/views/modules/dashboard/warehouse-3d-board.vue @@ -321,12 +321,12 @@ export default { // 任务统计数据 taskData: { - totalTasks: 125680, - monthlyTasks: 8540, - outboundTasks: 5120, - inboundTasks: 3420, - outboundPercent: 60, - inboundPercent: 40 + totalTasks: 0, + monthlyTasks: 0, + outboundTasks: 0, + inboundTasks: 0, + outboundPercent: 0, + inboundPercent: 0 }, // 库位数据