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" > - +