Newer
Older
DH_Apicture / src / views / pictureOnMap / page / components / DialogTabs / component / wszrfxJCFX.vue
@zhangqy zhangqy on 29 Nov 306 bytes first commit
<template>
  <div id="wszrfxJCFX">污水注入分析</div>
</template>

<script setup name="wszrfxJCFX">
import { ref, reactive, toRefs, onMounted } from "vue";
const AllData = reactive({});
onMounted(() => {});
</script>

<style lang="scss" scoped>
#wszrfxJCFX {
  width: 100%;
  height: 100%;
}
</style>