gaoluyang
2025-12-23 401b0049703ab77faa8c49e6eb3cf6ee25261d9b
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³