From 6c724a7709ec7e8006f24105fef320df8975f303 Mon Sep 17 00:00:00 2001 From: zhangdi <1104545947@qq.com> Date: Sat, 16 May 2026 18:04:13 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../productionSchedulingPlan/schedulingDashboard/container.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/productionSchedulingPlan/schedulingDashboard/container.vue b/src/views/productionSchedulingPlan/schedulingDashboard/container.vue index d11eedbf..0a580a7b 100644 --- a/src/views/productionSchedulingPlan/schedulingDashboard/container.vue +++ b/src/views/productionSchedulingPlan/schedulingDashboard/container.vue @@ -1497,7 +1497,7 @@ export default { // 计算任务宽度百分比 getWidthPercent(startTime, endTime) { - let labelsWidth = document.querySelector('.date-label').offsetWidth; + // let labelsWidth = document.querySelector('.date-label').offsetWidth; const startHour = this.parseTimeToHours(startTime); const endHour = this.parseTimeToHours(endTime);