From e44cde6bd58735204a2575ae5823b62d8aaa25a8 Mon Sep 17 00:00:00 2001 From: zhangdi <15053473693@163.com> Date: Wed, 7 Jan 2026 15:12:05 +0800 Subject: [PATCH] =?UTF-8?q?=E7=82=B9=E5=87=BB=E9=80=BB=E8=BE=91=E5=92=8C?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../schedulingDashboard/container.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/views/productionSchedulingPlan/schedulingDashboard/container.vue b/src/views/productionSchedulingPlan/schedulingDashboard/container.vue index 6eb9b47..35c27c3 100644 --- a/src/views/productionSchedulingPlan/schedulingDashboard/container.vue +++ b/src/views/productionSchedulingPlan/schedulingDashboard/container.vue @@ -168,7 +168,7 @@ lineHeight: getRowHeight(order.woCode) + 'px', }" > -
+
{{ index + 1 }}
@@ -303,7 +303,7 @@ v-for="(task, taskIndex) in layer" :key="taskIndex" class="task-bar" - @click="showTaskDetail(task)" + :class="{ 'task-bar-narrow': getWidthPercent(task.planStartTime, task.planEndTime) < 2.1, @@ -1620,6 +1620,10 @@ export default { .info-item { display: flex; height: 100%; + cursor: pointer; +} +.info-item:hover { + background-color: #e9ecef; } .info-cell {