import { defineComponent } from "vue"; import Map from "@/components/report/Map"; import ReportInfo from "@/components/report/ReportInfo"; import styles from "@/assets/style/Report/report.module.less"; const Report = defineComponent({ setup() { return () => (