{{ dateLabel }}
diff --git a/src/views/pqs/harmonicMonitoring/embed/lntegruty/index_JB.vue b/src/views/pqs/harmonicMonitoring/embed/lntegruty/index_JB.vue
index 68b5ab17..ff67f57c 100644
--- a/src/views/pqs/harmonicMonitoring/embed/lntegruty/index_JB.vue
+++ b/src/views/pqs/harmonicMonitoring/embed/lntegruty/index_JB.vue
@@ -34,7 +34,11 @@
监测点总数
-
+
{{ monitoringPoints.runNum }}
@@ -105,7 +109,7 @@
{{ o.citTotalNum }}
@@ -156,7 +160,7 @@
-
+
@@ -242,7 +246,6 @@ const runFlagList = [
{ id: 3, name: '调试' },
{ id: 4, name: '退运' }
]
-// Statistical_Type
const segmented = ref('Power_Network')
@@ -261,7 +264,6 @@ const tableStore = new TableStore({
tableStore.table.params.statisticalType = segmentedList.filter(item => item.code === segmented.value)[0]
},
loadCallback: () => {
- // tableStore.table.data
monitoringPoints.value.runNum = tableStore.table.data.totalNum
monitoringPoints.value.abnormalNum = tableStore.table.data.belowNum
monitoringPoints.value.totalOnlineRate = tableStore.table.data.totalOnlineRate - 0
@@ -272,14 +274,14 @@ const tableStore = new TableStore({
.map((item: any) => item.detailList)
.flat()
.reduce((map: any, item: any) => {
- if (!map.has(item.deviceId)) {
- map.set(item.deviceId, item)
+ if (!map.has(item.lineId)) {
+ map.set(item.lineId, item)
}
return map
}, new Map())
.values()
)
- totalTable(101, '')
+ totalTable(100001, '')
echart()
}
})
@@ -346,7 +348,7 @@ const echart = () => {
name: '异常占比',
type: 'bar',
barWidth: 13,
- data: [monitoringPoints.value.totalOnlineRate ==0?'':monitoringPoints.value.totalOnlineRate],
+ data: [monitoringPoints.value.totalOnlineRate == 0 ? '' : monitoringPoints.value.totalOnlineRate],
z: 0,
zlevel: 0,
itemStyle: {
diff --git a/src/views/pqs/harmonicMonitoring/embed/onlinerate/index_JB.vue b/src/views/pqs/harmonicMonitoring/embed/onlinerate/index_JB.vue
index 14af25b6..fe99b14b 100644
--- a/src/views/pqs/harmonicMonitoring/embed/onlinerate/index_JB.vue
+++ b/src/views/pqs/harmonicMonitoring/embed/onlinerate/index_JB.vue
@@ -34,7 +34,7 @@
终端总数
-
+
{{ monitoringPoints.runNum }}
@@ -105,7 +105,7 @@
{{ o.citTotalNum }}
@@ -156,7 +156,7 @@
-
+
@@ -259,7 +259,6 @@ const tableStore = new TableStore({
tableStore.table.params.statisticalType = segmentedList.filter(item => item.code === segmented.value)[0]
},
loadCallback: () => {
- // tableStore.table.data
monitoringPoints.value.runNum = tableStore.table.data.totalNum
monitoringPoints.value.abnormalNum = tableStore.table.data.belowNum
monitoringPoints.value.totalOnlineRate = tableStore.table.data.totalOnlineRate - 0
@@ -278,7 +277,7 @@ const tableStore = new TableStore({
.values()
)
- totalTable(101, '')
+ totalTable(100001, '')
echart()
}
})
diff --git a/src/views/pqs/runManage/runEvaluate/index_JB.vue b/src/views/pqs/runManage/runEvaluate/index_JB.vue
index 3099e326..22fb3761 100644
--- a/src/views/pqs/runManage/runEvaluate/index_JB.vue
+++ b/src/views/pqs/runManage/runEvaluate/index_JB.vue
@@ -138,7 +138,7 @@
-
+