gaoluyang
2025-10-10 a4479235f1ec45ef538eae1fdab5e7f0870b5186
修改用气管理设备数量
已修改1个文件
2 ■■■ 文件已修改
src/views/energyManagement/gasManagement/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | 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³