From 6fc887d9f2ffc05303ba8f7aa816ed959cd69633 Mon Sep 17 00:00:00 2001 From: hwj Date: Wed, 15 Apr 2026 16:18:40 +0800 Subject: [PATCH] =?UTF-8?q?style=EF=BC=9A=E7=94=98=E7=89=B9=E5=9B=BE?= =?UTF-8?q?=E8=8F=9C=E5=8D=95=E9=A1=B5=E6=B7=BB=E5=8A=A0=E6=AF=8F=E6=97=A5?= =?UTF-8?q?=E6=8A=A5=E5=B7=A5=E5=B9=B3=E5=9D=87=E5=80=BC=E3=80=81=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E9=87=87=E9=9B=86=E4=BA=A7=E8=83=BD=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mes/components/ScheduleGanttPanel.vue | 2 ++ 1 file changed, 2 insertions(+) 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 }}
计划明细