| | |
| | | <plotting-inquire></plotting-inquire> |
| | | <attribute-info v-if="store.state.setEditTemporaryShow"></attribute-info> |
| | | <slopeQuery v-if="store.state.showSlopeQuey"></slopeQuery> |
| | | <legend-layer v-if="store.state.showlegendLayer"></legend-layer> |
| | | <legend-analysis v-if="store.state.showlegendLayer"></legend-analysis> |
| | | </div> |
| | | </template> |
| | | |
| | |
| | | import attributeInfo from "./plotting/attributeInfo.vue"; |
| | | // 坡度值 |
| | | import slopeQuery from "./query/slopeQuery.vue"; |
| | | //图列 |
| | | import legendLayer from '@/views/Map/legendLayer'; |
| | | import legendAnalysis from "./Map/legendAnalysis.vue"; |
| | | import router from "@/router"; |
| | | import { useStore } from "vuex"; // 引入useStore 方法 |
| | | |