{{ t('GanttChart.GanttPanel.capacityLabel') }}:{{ plan.ratedCapacity ?? '-' }}
{{ t('GanttChart.GanttPanel.capacityTypeLabel') }}:{{ getCapacityTypeLabel(plan.capacityType) }}
diff --git a/src/views/mes/tasksummary/index.vue b/src/views/mes/tasksummary/index.vue
index f10eb885..9771982d 100644
--- a/src/views/mes/tasksummary/index.vue
+++ b/src/views/mes/tasksummary/index.vue
@@ -23,18 +23,27 @@ v-model="queryParams.deliveryDate" value-format="YYYY-MM-DD HH:mm:ss" @change="h
:end-placeholder="t('ProductionPlan.TaskSummary.searchDeliveryEndPlaceholder')"
:default-time="[new Date('1 00:00:00'), new Date('1 23:59:59')]" class="!w-240px" />