diff --git a/src/views/pqs/qualityInspeection/panorama/components/details/evaluate.vue b/src/views/pqs/qualityInspeection/panorama/components/details/evaluate.vue index b5d1de60..f41afb91 100644 --- a/src/views/pqs/qualityInspeection/panorama/components/details/evaluate.vue +++ b/src/views/pqs/qualityInspeection/panorama/components/details/evaluate.vue @@ -6,8 +6,7 @@ - + - + -->
@@ -165,6 +165,50 @@ const analysis = (e: any) => { title: { text: '各地市综合评估趋势对比' }, + // tooltip: { + // formatter: function (params: any) { + // // console.log(123, params) + + // var tips = '' + + // for (var i = 0; i < params.length; i++) { + // console.log('🚀 ~ getAssessTrend ~ params[i].value:', params[i].value) + + // tips += + // params[i].seriesName + + // ':' + + // ` + // ${ + // params[i].value > 4.5 + // ? '优质' + // : params[i].value > 4 + // ? '良好' + // : params[i].value > 3 + // ? '一般' + // : params[i].value > 2 + // ? '较差' + // : params[i].value > 0 + // ? '极差' + // : '' + // } + // ` + + // '
' + // } + // return tips + // } + // }, xAxis: { name: '时间', data: res.data[0].children.map((item: any) => item.dataTime) @@ -194,7 +238,6 @@ const analysis = (e: any) => { list[num].push(val.score == 3.14159 ? null : val.score) }) }) - list.forEach((item: any, i: any) => { picEChart.value.options.series.push({ diff --git a/src/views/pqs/qualityInspeection/panorama/components/details/steadyState.vue b/src/views/pqs/qualityInspeection/panorama/components/details/steadyState.vue index 3bb3d2d3..a1da575b 100644 --- a/src/views/pqs/qualityInspeection/panorama/components/details/steadyState.vue +++ b/src/views/pqs/qualityInspeection/panorama/components/details/steadyState.vue @@ -50,19 +50,19 @@
区域稳态电能质量水平评估
- + - - - + + + - + - + @@ -100,7 +100,7 @@ const url: any = [ new URL(`@/assets/img/SB.png`, import.meta.url) ] const tableData: any = ref([]) -const title = ['电压偏差', '频率偏差', '电压总谐波畸变率', '闪变', '三相电压不平衡度'] +const title = ['电压偏差(超标)', '频率偏差(超标)', '电压总谐波畸变率(超标)', '闪变(超标)', '三相电压不平衡度(超标)'] const echart = (row: any) => { let maxList: any = [] diff --git a/src/views/pqs/qualityInspeection/panorama/components/details/temporaryState.vue b/src/views/pqs/qualityInspeection/panorama/components/details/temporaryState.vue index 38806d1a..f903c9d4 100644 --- a/src/views/pqs/qualityInspeection/panorama/components/details/temporaryState.vue +++ b/src/views/pqs/qualityInspeection/panorama/components/details/temporaryState.vue @@ -5,14 +5,14 @@ - - - + + + - - - + + +
diff --git a/src/views/pqs/qualityInspeection/panorama/components/mapL.vue b/src/views/pqs/qualityInspeection/panorama/components/mapL.vue index 0071ca00..57ffee1a 100644 --- a/src/views/pqs/qualityInspeection/panorama/components/mapL.vue +++ b/src/views/pqs/qualityInspeection/panorama/components/mapL.vue @@ -77,7 +77,7 @@
- 总数: + 投运: {{ val.num }}
diff --git a/src/views/pqs/qualityInspeection/panorama/components/mapR.vue b/src/views/pqs/qualityInspeection/panorama/components/mapR.vue index e39f6ed5..7be6d18f 100644 --- a/src/views/pqs/qualityInspeection/panorama/components/mapR.vue +++ b/src/views/pqs/qualityInspeection/panorama/components/mapR.vue @@ -52,7 +52,8 @@ : '' }" > - {{ assessList.level }} + {{ assessList.score }} +
@@ -80,7 +81,7 @@ : '' }" > - {{ item.level }} + {{ item.score }}
@@ -206,15 +207,15 @@
- 异常问题总数: + 工单总是 0个
- 已关联工单数: + 已处理工单数: 0个
-  工单转换率: +  工单处置率: 0%