From 260bd0580e6007c08ef3906ae3e3da1467732333 Mon Sep 17 00:00:00 2001 From: GGJ <357021191@qq.com> Date: Mon, 27 May 2024 19:07:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E7=94=B5=E7=BD=91=E4=B8=80?= =?UTF-8?q?=E5=BC=A0=E5=9B=BE=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../panorama/components/city/statistics.vue | 10 +++---- .../panorama/components/cityMapR.vue | 6 +++-- .../panorama/components/details/evaluate.vue | 26 +++++++++--------- .../panorama/components/details/point.vue | 10 +++---- .../panorama/components/details/stand.vue | 14 +++++----- .../panorama/components/details/terminal.vue | 10 +++---- .../panorama/components/map.vue | 6 +++-- .../electricalEnergy/components1/online.vue | 1 + .../pqs/supervise/retire/deviceQuitPopup.vue | 2 +- .../supervise/technology/feedbackPopup.vue | 2 +- src/views/system/bpm/task/done/index.vue | 27 ++++++++----------- src/views/system/bpm/task/todo/index.vue | 2 +- 12 files changed, 58 insertions(+), 58 deletions(-) diff --git a/src/views/pqs/qualityInspeection/panorama/components/city/statistics.vue b/src/views/pqs/qualityInspeection/panorama/components/city/statistics.vue index 055fefd8..153975af 100644 --- a/src/views/pqs/qualityInspeection/panorama/components/city/statistics.vue +++ b/src/views/pqs/qualityInspeection/panorama/components/city/statistics.vue @@ -6,11 +6,11 @@ - - - - - + + + + + diff --git a/src/views/pqs/qualityInspeection/panorama/components/cityMapR.vue b/src/views/pqs/qualityInspeection/panorama/components/cityMapR.vue index 2ff6fd2b..d04f6362 100644 --- a/src/views/pqs/qualityInspeection/panorama/components/cityMapR.vue +++ b/src/views/pqs/qualityInspeection/panorama/components/cityMapR.vue @@ -593,9 +593,11 @@ defineExpose({ info, show }) font-size: 0.8rem !important ; } .monitoringPoints { - display: grid; + // display: grid; font-size: 12px; - grid-template-columns: 1fr 1fr 1fr; + display: flex; + justify-content: space-between; + // grid-template-columns: 1fr 1fr 1fr; margin-top: 10px; margin-bottom: 10px; .line { diff --git a/src/views/pqs/qualityInspeection/panorama/components/details/evaluate.vue b/src/views/pqs/qualityInspeection/panorama/components/details/evaluate.vue index e2202d89..73229a3b 100644 --- a/src/views/pqs/qualityInspeection/panorama/components/details/evaluate.vue +++ b/src/views/pqs/qualityInspeection/panorama/components/details/evaluate.vue @@ -4,28 +4,28 @@
- - + + - - + + - - + + - - - + + + - - + + - - + +
diff --git a/src/views/pqs/qualityInspeection/panorama/components/details/point.vue b/src/views/pqs/qualityInspeection/panorama/components/details/point.vue index ba4502f7..b1f6e41c 100644 --- a/src/views/pqs/qualityInspeection/panorama/components/details/point.vue +++ b/src/views/pqs/qualityInspeection/panorama/components/details/point.vue @@ -33,12 +33,12 @@
区域监测点统计
- + - - - - + + + + diff --git a/src/views/pqs/qualityInspeection/panorama/components/details/stand.vue b/src/views/pqs/qualityInspeection/panorama/components/details/stand.vue index 46be3d3d..2785b779 100644 --- a/src/views/pqs/qualityInspeection/panorama/components/details/stand.vue +++ b/src/views/pqs/qualityInspeection/panorama/components/details/stand.vue @@ -52,14 +52,14 @@
区域变电站统计
- + - - - - - - + + + + + + diff --git a/src/views/pqs/qualityInspeection/panorama/components/details/terminal.vue b/src/views/pqs/qualityInspeection/panorama/components/details/terminal.vue index d26c327b..6f25daed 100644 --- a/src/views/pqs/qualityInspeection/panorama/components/details/terminal.vue +++ b/src/views/pqs/qualityInspeection/panorama/components/details/terminal.vue @@ -52,12 +52,12 @@
区域终端统计
- + - - - - + + + + diff --git a/src/views/pqs/qualityInspeection/panorama/components/map.vue b/src/views/pqs/qualityInspeection/panorama/components/map.vue index f366125a..1af95e59 100644 --- a/src/views/pqs/qualityInspeection/panorama/components/map.vue +++ b/src/views/pqs/qualityInspeection/panorama/components/map.vue @@ -226,9 +226,11 @@ const addLine = () => { orgId: orgId.value == '1100F3DE20806FADE050007F01006CBE' ? '' : orgId.value }) psrmap.addPSR() - psrmap.filterByDomain(1) - initDeviceCard() + initDeviceCard() + setTimeout(() => { + psrmap.filterByDomain(1) + }, 0) //添加电网要素点击事件 psrmap.on('click', (features: any) => { console.log(features) diff --git a/src/views/pqs/supervise/electricalEnergy/components1/online.vue b/src/views/pqs/supervise/electricalEnergy/components1/online.vue index f9b5d372..d746381d 100644 --- a/src/views/pqs/supervise/electricalEnergy/components1/online.vue +++ b/src/views/pqs/supervise/electricalEnergy/components1/online.vue @@ -40,6 +40,7 @@ const tableStore = new TableStore({ url: '/harmonic-boot/rmppartharmonicdetail/getRMpPartHarmonicDetail', publicHeight: 65, method: 'POST', + isWebPaging:true, column: [ { title: '序号', diff --git a/src/views/pqs/supervise/retire/deviceQuitPopup.vue b/src/views/pqs/supervise/retire/deviceQuitPopup.vue index d46800c0..68d7d925 100644 --- a/src/views/pqs/supervise/retire/deviceQuitPopup.vue +++ b/src/views/pqs/supervise/retire/deviceQuitPopup.vue @@ -4,7 +4,7 @@ class="cn-operate-dialog" v-model="dialogVisible" :title="title" - style="max-width: 450px; height: 320px" + style="max-width: 450px; " top="30vh" > diff --git a/src/views/pqs/supervise/technology/feedbackPopup.vue b/src/views/pqs/supervise/technology/feedbackPopup.vue index 6637011b..677a5d00 100644 --- a/src/views/pqs/supervise/technology/feedbackPopup.vue +++ b/src/views/pqs/supervise/technology/feedbackPopup.vue @@ -4,7 +4,7 @@ class='cn-operate-dialog' v-model='dialogVisible' :title='title' - style='max-width: 450px; height: 320px' + width="450px" top='30vh' > diff --git a/src/views/system/bpm/task/done/index.vue b/src/views/system/bpm/task/done/index.vue index e164cb52..4ea437f5 100644 --- a/src/views/system/bpm/task/done/index.vue +++ b/src/views/system/bpm/task/done/index.vue @@ -1,24 +1,19 @@ - diff --git a/src/views/system/bpm/task/todo/index.vue b/src/views/system/bpm/task/todo/index.vue index 03fd4a33..b1a707db 100644 --- a/src/views/system/bpm/task/todo/index.vue +++ b/src/views/system/bpm/task/todo/index.vue @@ -1,6 +1,6 @@