|
|
@ -264,7 +264,7 @@
|
|
|
|
getBigScreenPowerInverterMqttBySn
|
|
|
|
getBigScreenPowerInverterMqttBySn
|
|
|
|
} from '@/api/modules/station.js'
|
|
|
|
} from '@/api/modules/station.js'
|
|
|
|
import _mixin from './mixin.js'
|
|
|
|
import _mixin from './mixin.js'
|
|
|
|
import { AREA_SECOND_STATIONS, FIRST_STATIONS, UN_SHOW_STATIONS, END_NUM } from './config'
|
|
|
|
import { AREA_SECOND_STATIONS, FIRST_STATIONS, UN_SHOW_STATIONS, END_NUM, sixteenNumArr, eightNumArr } from './config'
|
|
|
|
let myChart = null
|
|
|
|
let myChart = null
|
|
|
|
let SECOND_VALUE = ''
|
|
|
|
let SECOND_VALUE = ''
|
|
|
|
let timer = null
|
|
|
|
let timer = null
|
|
|
@ -527,8 +527,6 @@
|
|
|
|
},
|
|
|
|
},
|
|
|
|
_getMaxNum(item, text = 'dayEnergy') {
|
|
|
|
_getMaxNum(item, text = 'dayEnergy') {
|
|
|
|
if (text !== 'dayEnergy') {
|
|
|
|
if (text !== 'dayEnergy') {
|
|
|
|
const eightNumArr = ['1052758023'] // 塞纳8个组串
|
|
|
|
|
|
|
|
const sixteenNumArr = ['30'] // 16个组串
|
|
|
|
|
|
|
|
return eightNumArr.includes(this.selectStations[0]) ? 8 :
|
|
|
|
return eightNumArr.includes(this.selectStations[0]) ? 8 :
|
|
|
|
sixteenNumArr.includes(this.selectStations[1]) ? 16 : 12
|
|
|
|
sixteenNumArr.includes(this.selectStations[1]) ? 16 : 12
|
|
|
|
}
|
|
|
|
}
|
|
|
|