c5e1e3510e255190c97efe9c05ce6665a445ab82..c48678aad2429b9a431c81bb7b283c1f4cf854d9
2025-10-10 gaoluyang
修改名称
c48678 对比 | 目录
2025-10-10 gaoluyang
修改用气管理设备数量
a44792 对比 | 目录
已修改3个文件
18 ■■■■ 文件已修改
src/views/energyManagement/gasManagement/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/equipmentManagement/iotMonitor/index.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/equipmentManagement/iotMonitor/indexWD.vue 8 ●●●● 补丁 | 查看 | 原始文档 | 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³
src/views/equipmentManagement/iotMonitor/index.vue
@@ -110,7 +110,7 @@
const devices = reactive([
  {
    id: 'water-pump',
    name: '注水泵1',
    name: '设备1',
    type: '移动装备',
    baseline: { vibration: 9 },
    initial: { temperature: 40, pressure: 0.70 },
@@ -124,7 +124,7 @@
  },
  {
    id: 'fluid-supply-truck',
    name: '注水泵2',
    name: '设备2',
    type: '移动装备',
    baseline: { vibration: 7 },
    initial: { temperature: 30, pressure: 0.60 },
@@ -138,7 +138,7 @@
  },
  {
    id: 'fracturing-truck',
    name: '注水泵3',
    name: '设备3',
    type: '移动装备',
    baseline: { vibration: 12 },
    initial: { temperature: 65, pressure: 1.40 },
@@ -152,7 +152,7 @@
  },
  {
    id: 'oil-tank-truck',
    name: '注水泵4',
    name: '设备4',
    type: '移动装备',
    baseline: { vibration: 6 },
    initial: { temperature: 28, pressure: 0.50 },
src/views/equipmentManagement/iotMonitor/indexWD.vue
@@ -110,7 +110,7 @@
const devices = reactive([
  {
    id: 'hydrocyclone-desander',
    name: '旋流除砂器',
    name: '设备1',
    type: '分离设备',
    baseline: { vibration: 8 },
    initial: { temperature: 35, pressure: 0.85 },
@@ -124,7 +124,7 @@
  },
  {
    id: 'high-pressure-separator',
    name: '高压分离器撬',
    name: '设备2',
    type: '分离设备',
    baseline: { vibration: 6 },
    initial: { temperature: 45, pressure: 1.20 },
@@ -138,7 +138,7 @@
  },
  {
    id: 'heating-throttle-pressure',
    name: '组合式加热节流调压',
    name: '设备3',
    type: '调压设备',
    baseline: { vibration: 10 },
    initial: { temperature: 75, pressure: 1.80 },
@@ -152,7 +152,7 @@
  },
  {
    id: 'three-phase-separator',
    name: '三相分离器',
    name: '设备4',
    type: '分离设备',
    baseline: { vibration: 7 },
    initial: { temperature: 38, pressure: 0.95 },