From 9f7a3c81b611d886fa2cdaec2e02489e77423c19 Mon Sep 17 00:00:00 2001 From: hwj Date: Mon, 11 May 2026 09:43:17 +0800 Subject: [PATCH] =?UTF-8?q?style=EF=BC=9A=E4=BB=BB=E5=8A=A1=E5=8D=95?= =?UTF-8?q?=E6=8E=92=E4=BA=A7-=E4=BA=A7=E8=83=BD=E6=9D=A5=E6=BA=90?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E9=80=BB=E8=BE=91=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../tasksummary/components/ScheduleGanttPanelEditable.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ?? '-' }}
-