diff --git a/src/views/ems/dzjk/sbjk/PointChart.vue b/src/views/ems/dzjk/sbjk/PointChart.vue index dcef16a..a0f4ff5 100644 --- a/src/views/ems/dzjk/sbjk/PointChart.vue +++ b/src/views/ems/dzjk/sbjk/PointChart.vue @@ -130,7 +130,7 @@ export default { endDate=end } - getPointValueList({siteIds:[this.siteId],dataUnit,categoryName:this.categoryName,pointName:this.pointName,startDate,endDate,siteDeviceMap:{}}).then(response => { + getPointValueList({siteIds:[this.siteId],deviceId:this.deviceId,dataUnit,categoryName:this.categoryName,pointName:this.pointName,startDate,endDate,siteDeviceMap:{}}).then(response => { this.setOption(response?.data || []) }).finally(()=>{ this.hideLoading() diff --git a/src/views/ems/dzjk/sbjk/bmsdcc/index.vue b/src/views/ems/dzjk/sbjk/bmsdcc/index.vue index 3134f57..c0e1ebf 100644 --- a/src/views/ems/dzjk/sbjk/bmsdcc/index.vue +++ b/src/views/ems/dzjk/sbjk/bmsdcc/index.vue @@ -105,7 +105,7 @@ export default { '温度单体平均值':'温度平均值', '温度单体最大值':'最高单体温度', 'SOC单体最小值':'最低单体SOC', - 'SOC单体平均值':'', + 'SOC单体平均值':'当前SOC', 'SOC单体最大值':'最高单体SOC', }, baseInfoList:[], diff --git a/src/views/ems/dzjk/sbjk/db/index.vue b/src/views/ems/dzjk/sbjk/db/index.vue index 487663f..95f4271 100644 --- a/src/views/ems/dzjk/sbjk/db/index.vue +++ b/src/views/ems/dzjk/sbjk/db/index.vue @@ -24,7 +24,7 @@ @@ -61,7 +61,7 @@ @@ -92,18 +92,18 @@ export default { }; }, methods: { - handlerCell(row,column){ + handlerCell(id,row,column){ if(column.label !== '类别'){ const arr = row.category.split('') arr.splice(6,0,column.label[0]) - this.showChart(arr.join(''),'电表') + this.showChart(arr.join(''),'电表',id) } }, - handlerCellCN(row,column){ + handlerCellCN(id,row,column){ if(column.label !== '类别'){ const arr = row.category.split('') arr.splice(2,arr.length-2,column.label) - this.showChart(arr.join(''),'电表') + this.showChart(arr.join(''),'电表',id) } }, showChart(pointName,categoryName,deviceId){ diff --git a/src/views/ems/dzjk/sbjk/pcs/index.vue b/src/views/ems/dzjk/sbjk/pcs/index.vue index 2ca9ce7..11b2a7d 100644 --- a/src/views/ems/dzjk/sbjk/pcs/index.vue +++ b/src/views/ems/dzjk/sbjk/pcs/index.vue @@ -30,7 +30,7 @@
- + {{pcsItem[item.attr] | formatNumber}}