{{ plan.productCode ?? '-' }} / {{ plan.productName ?? '-'
}}
{{ PLAN_STATUS_COLOR_MAP[plan.planStatus].label }}
{{ t('GanttChart.GanttPanel.planCodeColon') }}{{ plan.taskCode ?? '-' }}
{{ t('GanttChart.GanttPanel.planNumberColon') }}{{ plan.planNumber ?? '-' }}
{{ t('GanttChart.GanttPanel.deliveryDateColon') }}{{ plan.deliveryDateStr ?? '-' }}
{{ t('GanttChart.GanttPanel.startColon') }}{{ plan.planStartTimeStr || '-' }}
{{ t('GanttChart.GanttPanel.endColon') }}{{ plan.planEndTimeStr || '-' }}
{{ t('GanttChart.GanttPanel.latestStartColon') }}{{ plan.latestStartTimeStr || '-' }}