diff --git a/src/views/productionSchedulingPlan/schedulingDashboard/container.vue b/src/views/productionSchedulingPlan/schedulingDashboard/container.vue index 39c8205..d580d40 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 }}
@@ -1094,6 +1094,7 @@ export default { priorityAps: firstTask.priorityAps, teamMembers: firstTask.teamMembers, releaseDate: firstTask.releaseDate, // 假设这里存在 + cardNo: firstTask.cardNo, }); }