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);