diff --git a/src/views/productionSchedulingPlan/schedulingDashboard/index.vue b/src/views/productionSchedulingPlan/schedulingDashboard/index.vue index 8a1f339..a76a0ba 100644 --- a/src/views/productionSchedulingPlan/schedulingDashboard/index.vue +++ b/src/views/productionSchedulingPlan/schedulingDashboard/index.vue @@ -248,9 +248,17 @@ 计划开始时间: {{ tooltipData.planStartTime || '-' }} +
  • + 实际开始时间: + {{ tooltipData.factStartTime || '-' }} +
  • 计划完成时间: {{ tooltipData.planEndTime || '-' }} +
  • +
  • + 实际完成时间: + {{ tooltipData.factEndTime || '-' }}
  • 状态: @@ -680,7 +688,7 @@ export default { /* 左侧信息列表样式 */ .info-list { - width: 450px; + width: 400px; background-color: #f8f9fa; border-right: 1px solid #eee; flex-shrink: 0;