From 32ef1cc47f2ff4b6d8905371c67006f3eec4eba2 Mon Sep 17 00:00:00 2001 From: GGJ <357021191@qq.com> Date: Wed, 5 Jun 2024 13:28:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E7=8E=B0=E5=9C=BA=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../panorama/components/cityMapL.vue | 2 +- .../panorama/components/cityMapR.vue | 2 +- .../panorama/components/details/evaluate.vue | 2 +- .../panorama/components/line/info.vue | 10 +++-- .../panorama/components/mapL.vue | 41 ++++++++++--------- .../panorama/components/mapR.vue | 2 +- 6 files changed, 31 insertions(+), 28 deletions(-) diff --git a/src/views/pqs/qualityInspeection/panorama/components/cityMapL.vue b/src/views/pqs/qualityInspeection/panorama/components/cityMapL.vue index e803004f..f425355a 100644 --- a/src/views/pqs/qualityInspeection/panorama/components/cityMapL.vue +++ b/src/views/pqs/qualityInspeection/panorama/components/cityMapL.vue @@ -302,7 +302,7 @@ defineExpose({ info, show }) .show { width: 0px; - transition: all 0.3s ease; + transition: all 0.1s ease; .boxLeft { padding: 0; } diff --git a/src/views/pqs/qualityInspeection/panorama/components/cityMapR.vue b/src/views/pqs/qualityInspeection/panorama/components/cityMapR.vue index fb4ad10a..c8baf29e 100644 --- a/src/views/pqs/qualityInspeection/panorama/components/cityMapR.vue +++ b/src/views/pqs/qualityInspeection/panorama/components/cityMapR.vue @@ -581,7 +581,7 @@ defineExpose({ info, show }) } .show { width: 0px; - transition: all 0.3s ease; + transition: all 0.1s ease; .boxLeft { padding: 0; } diff --git a/src/views/pqs/qualityInspeection/panorama/components/details/evaluate.vue b/src/views/pqs/qualityInspeection/panorama/components/details/evaluate.vue index ce49e317..b5d1de60 100644 --- a/src/views/pqs/qualityInspeection/panorama/components/details/evaluate.vue +++ b/src/views/pqs/qualityInspeection/panorama/components/details/evaluate.vue @@ -194,7 +194,7 @@ const analysis = (e: any) => { list[num].push(val.score == 3.14159 ? null : val.score) }) }) - console.log('🚀 ~ getAssessTrend ~ mun:', mun) + list.forEach((item: any, i: any) => { picEChart.value.options.series.push({ diff --git a/src/views/pqs/qualityInspeection/panorama/components/line/info.vue b/src/views/pqs/qualityInspeection/panorama/components/line/info.vue index 803ed84b..de82b46b 100644 --- a/src/views/pqs/qualityInspeection/panorama/components/line/info.vue +++ b/src/views/pqs/qualityInspeection/panorama/components/line/info.vue @@ -3,7 +3,9 @@ @@ -114,11 +116,11 @@ - + {{ item.targetName }} - +
评估得分: {{ item.list[3].numOne }}

-

详情>

+

详情

@@ -70,7 +70,7 @@ {{ item.title }} -
+
{{ val.title }} @@ -94,7 +94,7 @@
-
+
监测运行统计
@@ -102,7 +102,7 @@
-
+
@@ -281,17 +281,17 @@ const countList: any = ref([ title: '冀北', children: [ { - title: '电网测监测点', + title: '电网侧监测点', num: 0, onLineNum: 0, integrityRate: 0 }, - { title: '非电网测监测点', num: 0, onLineNum: 0, integrityRate: 0 } + { title: '非电网侧监测点', num: 0, onLineNum: 0, integrityRate: 0 } ] }, { title: '上送国网', - children: [{ title: '电网测监测点', num: 0, onLineNum: 0, integrityRate: 0 }] + children: [{ title: '电网侧监测点', num: 0, onLineNum: 0, integrityRate: 0 }] } ]) const linList: any = ref([ @@ -367,9 +367,9 @@ const info = async (row: any) => { }) // 监测点指标统计 getGridDiagramStatistics(form).then(res => { - countList.value[0].children[0] = { title: '电网测监测点', ...res.data.data[0] } - countList.value[0].children[1] = { title: '非电网测监测点', ...res.data.data[1] } - countList.value[1].children[0] = { title: '电网测监测点', ...res.data.gwData[0] } + countList.value[0].children[0] = { title: '电网侧监测点', ...res.data.data[0] } + countList.value[0].children[1] = { title: '非电网侧监测点', ...res.data.data[1] } + countList.value[1].children[0] = { title: '电网侧监测点', ...res.data.gwData[0] } }) // 监测运行统计 getGridDiagramRunData(form).then(res => { @@ -401,7 +401,7 @@ defineExpose({ info, show }) .boxLeft { background-color: #fff; width: 100%; - padding: 10px 10px 10px 10px; + // padding: 10px 10px 10px 10px; border-radius: 5px; font-size: 13px; overflow: hidden; @@ -470,15 +470,18 @@ defineExpose({ info, show }) } .card-Box { - display: grid; - grid-template-rows: 1fr 1fr; - - align-items: center; + // display: grid; + // grid-template-rows: 1fr 1fr; + display: flex; + flex-direction: column; + justify-content: space-evenly; + // align-items: center; margin: 0 5px 5px; padding: 10px; background-color: #edededc0; border-radius: 10px; - max-height: 80px; + min-height: 60px; + max-height: 120px; .line { display: inline-block; width: 0.5rem; @@ -494,10 +497,7 @@ defineExpose({ info, show }) text-align: center; grid-template-columns: 1fr 1fr 1.5fr; font-size: 14px; - margin-top: 5px; - div { - } span { cursor: pointer; font-size: 16px; @@ -508,7 +508,8 @@ defineExpose({ info, show }) .BoxA { display: grid; grid-template-columns: 1fr 1fr; - grid-template-rows: 80px; + grid-template-rows: 1fr 1fr; + // grid-template-rows: 80px; .num { margin-left: 10px; display: grid; diff --git a/src/views/pqs/qualityInspeection/panorama/components/mapR.vue b/src/views/pqs/qualityInspeection/panorama/components/mapR.vue index 53944960..e39f6ed5 100644 --- a/src/views/pqs/qualityInspeection/panorama/components/mapR.vue +++ b/src/views/pqs/qualityInspeection/panorama/components/mapR.vue @@ -553,7 +553,7 @@ defineExpose({ info, show }) } .show { width: 0px; - transition: all 0.3s ease; + transition: all 0.1s ease; .boxLeft { padding: 0; }