From dbd5b592ced4a984dd45c27b1f1830c37dbaf634 Mon Sep 17 00:00:00 2001 From: zhangdi <15053473693@163.com> Date: Mon, 22 Dec 2025 09:23:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=92=E4=BA=A7=E7=9C=8B=E6=9D=BF=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../schedulingDashboard/index.vue | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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;