| src/views/energyManagement/gasManagement/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/energyManagement/gasManagement/index.vue
@@ -295,7 +295,7 @@ // 模拟数据生成 const generateMockData = () => { // 更新统计数据 totalDevices.value = Math.floor(Math.random() * 10) + 15 // 15-25台设备 totalDevices.value = Math.floor(Math.random() * 8) // 0-7台设备 dailyConsumption.value = Math.floor(Math.random() * 100) + 200 // 200-300 m³ monthlyConsumption.value = Math.floor(Math.random() * 2000) + 5000 // 5000-7000 m³ gasUnitPrice.value = (Math.random() * 2 + 3).toFixed(2) // 3-5元/m³