zhouwx
2025-06-16 7c8c06b5397d22151b02407b1f4f19d771bb15dd
修改
已修改2个文件
4 ■■■■ 文件已修改
src/views/monitorData/fluxData/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/monitorData/gasData/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/monitorData/fluxData/index.vue
@@ -118,7 +118,7 @@
    },
});
const fields = ref({
  'time':'dataReceivingTime',
  'time':'time',
  '设备ID':'equipmentId',
  '区域': 'areaId',
  '风速':'windSpeed',
src/views/monitorData/gasData/index.vue
@@ -132,7 +132,7 @@
  }
});
const fields = ref({
  'time':'dataReceivingTime',
  'time':'time',
  '设备ID':'equipmentId',
  '位置':'position',
  '经度':'lng',