From 466ecffde789d3f3d1e4f1514cfb9f7d11187a59 Mon Sep 17 00:00:00 2001 From: zhangdi <15053473693@163.com> Date: Mon, 29 Dec 2025 19:18:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=92=E4=BA=A7=E7=9C=8B=E6=9D=BF=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../schedulingDashboard/container.vue | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/views/productionSchedulingPlan/schedulingDashboard/container.vue b/src/views/productionSchedulingPlan/schedulingDashboard/container.vue index 4443403..5dac08d 100644 --- a/src/views/productionSchedulingPlan/schedulingDashboard/container.vue +++ b/src/views/productionSchedulingPlan/schedulingDashboard/container.vue @@ -304,7 +304,7 @@ :key="taskIndex" class="task-bar" :class="{ - 'task-bar-narrow': getWidthPercent(task.planStartTime, task.planEndTime) < 1, + 'task-bar-narrow': getWidthPercent(task.planStartTime, task.planEndTime) < 2.1, }" :style="{ left: `${getPositionPercent(task.planStartTime)}%`, @@ -323,9 +323,9 @@ @mouseenter="showTooltip($event, task, order.woCode)" @mouseleave="hideTooltip()" > -
+ +
{{ task.processName }} @@ -333,7 +333,7 @@