| | |
| | | power: '75.5', |
| | | powerFactor: '0.85', |
| | | status: '正常', |
| | | lastUpdateTime: '2024-01-15 10:30:00' |
| | | lastUpdateTime: '2025-01-15 10:30:00' |
| | | }, |
| | | { |
| | | id: 2, |
| | |
| | | power: '45.2', |
| | | powerFactor: '0.92', |
| | | status: '正常', |
| | | lastUpdateTime: '2024-01-15 10:25:00' |
| | | lastUpdateTime: '2025-01-15 10:25:00' |
| | | } |
| | | ] |
| | | this.pagination.total = this.meterList.length |
| | |
| | | power: '50.0', |
| | | powerFactor: '0.85', |
| | | status: '正常', |
| | | lastUpdateTime: '2024-01-15 12:00:00' |
| | | lastUpdateTime: '2025-01-15 12:00:00' |
| | | } |
| | | this.detailDialogVisible = true |
| | | }, |
| | |
| | | return |
| | | } |
| | | |
| | | // 检查容器尺寸 |
| | | // 检查容器规格型号 |
| | | const container = this.$refs.chartContainer |
| | | if (container.offsetWidth === 0 || container.offsetHeight === 0) { |
| | | setTimeout(() => { |