<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>