This commit is contained in:
zhoumengru
2025-09-15 17:04:18 +08:00
64 changed files with 2372 additions and 1414 deletions

View File

@@ -18,7 +18,7 @@
:title-option="{ title: '', info: '' }"
@onSearch="onSearch"
>
<template #stationSelect="item">
<template #stationSelect="">
<a-select
style="width: 200px"
:dropdown-match-select-width="false"

View File

@@ -119,9 +119,9 @@ export default {
this.getStatDayList(3)
]).then((r) => {
if (
this.deviceInfo.energy.length &&
this.deviceInfo.charge.length &&
this.deviceInfo.pv.length
this.deviceInfo.energy &&
this.deviceInfo.charge &&
this.deviceInfo.pv
) {
const newArr = this.mergedArray(
this.deviceInfo.energy,