diff --git a/src/views/mes/tasksummary/components/ScheduleGanttPanelEditable.vue b/src/views/mes/tasksummary/components/ScheduleGanttPanelEditable.vue index c86f9693..8a9bf268 100644 --- a/src/views/mes/tasksummary/components/ScheduleGanttPanelEditable.vue +++ b/src/views/mes/tasksummary/components/ScheduleGanttPanelEditable.vue @@ -9,8 +9,8 @@ {{ activePreviewDevice.deviceName }} {{ activePreviewDevice.deviceId }} - {{ getCapacityTypeLabel(activePreviewDevice.capacityType) }} - {{ activePreviewDevice.ratedCapacity ?? '-' }} + {{ getCapacityTypeLabel(activePreviewDevice.capacityType) }} + {{ activePreviewDevice.ratedCapacity ?? '-' }} {{ activePreviewDevice.dailyAverageValue ?? '-' }} {{ activePreviewDevice.dataCollectionCapacity ?? '-' }} {{ activePreviewDevice.plans?.length ?? 0 }} @@ -27,7 +27,7 @@
{{ t('GanttChart.GanttPanel.taskCodeColon') }}{{ plan.taskCode ?? '-' }}
{{ t('GanttChart.GanttPanel.planNumberColon') }}{{ plan.planNumber ?? '-' }}
-