diff --git a/src/views/mes/components/ScheduleGanttPanel.vue b/src/views/mes/components/ScheduleGanttPanel.vue index b6f96de6..e5476e2e 100644 --- a/src/views/mes/components/ScheduleGanttPanel.vue +++ b/src/views/mes/components/ScheduleGanttPanel.vue @@ -8,6 +8,8 @@ {{ activePreviewDevice.deviceName }} {{ activePreviewDevice.deviceId }} {{ activePreviewDevice.ratedCapacity ?? '-' }} + {{ activePreviewDevice.dailyAverageValue ?? '-' }} + {{ activePreviewDevice.dataCollectionCapacity ?? '-' }} {{ activePreviewDevice.plans?.length ?? 0 }}
计划明细