From 4fe239c86f20486377d04ac1a9b580fe16fb80a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=BE=E5=90=8C=E5=AD=A6?= Date: Thu, 25 Sep 2025 08:49:15 +0800 Subject: [PATCH] =?UTF-8?q?UPDATE:=201=E3=80=81=E5=AD=90=E8=AE=A1=E5=88=92?= =?UTF-8?q?=E7=AE=A1=E7=90=86=EF=BC=8C=E7=AD=9B=E9=80=89=E6=9D=A1=E4=BB=B6?= =?UTF-8?q?=E6=94=B9=E6=88=90=E6=90=9C=E7=B4=A2=E3=80=81=E8=AE=BE=E5=A4=87?= =?UTF-8?q?=E5=8E=82=E5=AE=B6=E3=80=81=E6=98=AF=E5=90=A6=E5=88=86=E9=85=8D?= =?UTF-8?q?=EF=BC=9B=20=20=20=20=20=20=20=20=202=E3=80=81=E9=87=8D?= =?UTF-8?q?=E5=A4=8D=E5=AF=BC=E5=85=A5=E5=AD=90=E8=AE=A1=E5=88=92=E6=97=B6?= =?UTF-8?q?=EF=BC=8C=E5=A2=9E=E9=87=8F=E8=A2=AB=E6=A3=80=E8=AE=BE=E5=A4=87?= =?UTF-8?q?=E5=B9=B6=E5=88=A0=E9=99=A4=E6=9C=AA=E6=A3=80=E8=AE=BE=E5=A4=87?= =?UTF-8?q?=EF=BC=9B=20=20=20=20=20=20=20=20=203=E3=80=81=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E5=88=A0=E9=99=A4=E5=AD=90=E8=AE=A1=E5=88=92=E5=90=8E?= =?UTF-8?q?=EF=BC=8C=E5=88=B7=E6=96=B0=E4=B8=BB=E8=AE=A1=E5=88=92=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../home/components/reportResultPopup.vue | 7 +- .../device/components/monitorPopup.vue | 412 +++++++++--------- .../plan/planList/components/childrenPlan.vue | 82 ++-- .../plan/planList/components/planPopup.vue | 20 +- frontend/src/views/plan/planList/index.vue | 14 +- 5 files changed, 275 insertions(+), 260 deletions(-) diff --git a/frontend/src/views/home/components/reportResultPopup.vue b/frontend/src/views/home/components/reportResultPopup.vue index ee688d8..a31696f 100644 --- a/frontend/src/views/home/components/reportResultPopup.vue +++ b/frontend/src/views/home/components/reportResultPopup.vue @@ -6,8 +6,9 @@ width="750" draggable :close-on-click-modal="false" + @close="handleClose" > - + { + activeName.value = 0 +} const open = (data: any) => { devData.value = data getResultData() diff --git a/frontend/src/views/machine/device/components/monitorPopup.vue b/frontend/src/views/machine/device/components/monitorPopup.vue index b1556d0..af7ad52 100644 --- a/frontend/src/views/machine/device/components/monitorPopup.vue +++ b/frontend/src/views/machine/device/components/monitorPopup.vue @@ -1,112 +1,114 @@ - - - +} - + diff --git a/frontend/src/views/plan/planList/components/childrenPlan.vue b/frontend/src/views/plan/planList/components/childrenPlan.vue index e92c89f..97142d4 100644 --- a/frontend/src/views/plan/planList/components/childrenPlan.vue +++ b/frontend/src/views/plan/planList/components/childrenPlan.vue @@ -7,11 +7,12 @@ :title="title" :width="width" class="table-box" - top="114px" + top="111px" @close="handleClose" >
@@ -23,19 +24,22 @@ :name="item.name" > - +