zhouwx
2025-06-16 7c8c06b5397d22151b02407b1f4f19d771bb15dd
修改
2 files modified
4 ■■■■ changed files
src/views/monitorData/fluxData/index.vue 2 ●●● patch | view | raw | blame | history
src/views/monitorData/gasData/index.vue 2 ●●● patch | view | raw | blame | history
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',