diff --git a/src/views/mes/components/ScheduleGanttPanel.vue b/src/views/mes/components/ScheduleGanttPanel.vue
index 3a6e624e..1907bb81 100644
--- a/src/views/mes/components/ScheduleGanttPanel.vue
+++ b/src/views/mes/components/ScheduleGanttPanel.vue
@@ -37,7 +37,7 @@
{{ PLAN_STATUS_COLOR_MAP[plan.planStatus].label }}
-
{{ t('GanttChart.GanttPanel.planCodeColon') }}{{ plan.taskCode ?? '-' }}
+ {{ t('GanttChart.GanttPanel.planCodeColon') }}{{ plan.planCode ?? '-' }}
{{ t('GanttChart.GanttPanel.planNumberColon') }}{{ plan.planNumber ?? '-' }}
{{ t('GanttChart.GanttPanel.deliveryDateColon') }}{{ plan.deliveryDateStr ?? '-' }}
{{ t('GanttChart.GanttPanel.startColon') }}{{ plan.planStartTimeStr || '-' }}
diff --git a/src/views/mes/tasksummary/components/ScheduleGanttPanelEditable.vue b/src/views/mes/tasksummary/components/ScheduleGanttPanelEditable.vue
index d485110f..19f3d7b1 100644
--- a/src/views/mes/tasksummary/components/ScheduleGanttPanelEditable.vue
+++ b/src/views/mes/tasksummary/components/ScheduleGanttPanelEditable.vue
@@ -25,7 +25,7 @@
{{ plan.productCode ?? '-' }} / {{ plan.productName ?? '-' }}
- 计划编码:{{ plan.taskCode ?? '-' }}
+ 任务编码:{{ plan.taskCode ?? '-' }}
计划数量:{{ plan.planNumber ?? '-' }}
产能:{{ plan.ratedCapacity ?? '-' }}