diff --git a/src/assets/img/lightning.png b/src/assets/img/lightning.png new file mode 100644 index 00000000..a0231536 Binary files /dev/null and b/src/assets/img/lightning.png differ diff --git a/src/components/baInput/index.vue b/src/components/baInput/index.vue index 1d9846cd..7cfa6abf 100644 --- a/src/components/baInput/index.vue +++ b/src/components/baInput/index.vue @@ -1,414 +1,414 @@ - - - + + + diff --git a/src/components/cockpit/dataCleaning/index.vue b/src/components/cockpit/dataCleaning/index.vue index 3a14c82e..048a12da 100644 --- a/src/components/cockpit/dataCleaning/index.vue +++ b/src/components/cockpit/dataCleaning/index.vue @@ -202,6 +202,8 @@ const tableStore: any = new TableStore({ } }) tableStore.table.params.deptId = dictData.state.area[0].id +tableStore.table.params.alarmDayLimit = 5 +tableStore.table.params.warnDayLimit = 1 const echart = () => { percentage.value = { color: ['#FF9100'], diff --git a/src/components/formContainer/index.vue b/src/components/formContainer/index.vue index 4c286b06..1348be2b 100644 --- a/src/components/formContainer/index.vue +++ b/src/components/formContainer/index.vue @@ -1,54 +1,54 @@ - - - + + + diff --git a/src/components/table/header/index.vue b/src/components/table/header/index.vue index edecbff2..901e7c59 100644 --- a/src/components/table/header/index.vue +++ b/src/components/table/header/index.vue @@ -9,7 +9,7 @@ label-position="left" :inline="true" > - + - + @@ -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 @@ - +