| | |
| | | <total-data type="设备" label="个" :value="devCount | toLarge"></total-data> |
| | | </el-col> |
| | | <el-col :span="6"> |
| | | <total-data type="已核容" label="个" :value="battGroupCount | toLarge"></total-data> |
| | | <total-data type="已核容" label="个" :value="checkCapNum | toLarge"></total-data> |
| | | </el-col> |
| | | </el-row> |
| | | </div> |
| | |
| | | }, |
| | | data() { |
| | | return { |
| | | checkCapNum: 0, |
| | | deviceImage, |
| | | powerImage, |
| | | batteryImage, |
| | |
| | | stationNum = 0, |
| | | battGroupCount = 0, |
| | | powerNum = 0, |
| | | checkCapNum = 0, |
| | | stationList = []; |
| | | if (code && data) { |
| | | devCount = data2.devCount; |
| | |
| | | powerNum = data2.powerNum; |
| | | stationNum = data2.stationNum; |
| | | stationList = data2.stationInfList; |
| | | checkCapNum = data2.checkCapNum; |
| | | } |
| | | this.stationNum = stationNum; |
| | | this.devCount = devCount; |
| | | this.battGroupCount = battGroupCount; |
| | | this.powerNum = powerNum; |
| | | this.checkCapNum = checkCapNum; |
| | | |
| | | // 地图上的站点信息 |
| | | if (this.$refs.map) { |