From deaf4ddeccc554ce782213ebda24923158c23c5a Mon Sep 17 00:00:00 2001 From: WX <1377869194@qq.com> Date: 星期五, 08 九月 2023 09:29:37 +0800 Subject: [PATCH] 标会查询页面 --- src/views/Index.vue | 14 +++++--------- 1 files changed, 5 insertions(+), 9 deletions(-) diff --git a/src/views/Index.vue b/src/views/Index.vue index 79a3ce4..694d895 100644 --- a/src/views/Index.vue +++ b/src/views/Index.vue @@ -1,6 +1,5 @@ <template> <div class="body_box"> - <export-map v-if="layerExportshow" @SETexportMap="SETexportMap" @@ -13,21 +12,16 @@ v-if="layerSpatialshow" @SETspatialClose="SETspatialClose" ></spatial-box> - <coord-location - v-if="layerLocationshow" - @SETcoordClose="setCoordLocation" - > + <coord-location v-if="layerLocationshow" @SETcoordClose="setCoordLocation"> </coord-location> - <details-query v-if="store.state.details.showDetails"> - - </details-query> + <details-query v-if="store.state.details.showDetails"> </details-query> <div v-if="store.state.isShowMap"> <map-view></map-view> </div> <div v-if="!store.state.isShowMap"> <ol-map></ol-map> </div> - + <plotting-inquire></plotting-inquire> </div> </template> @@ -60,6 +54,8 @@ import detailsQuery from "@/views/query/detailsQuery.vue"; //鍑哄浘鍒楄〃 import exportList from "./export/exportList.vue"; +//鏍囩粯鏌ヨ +import plottingInquire from "./plotting/plottingInquire.vue"; import router from "@/router"; import { useStore } from "vuex"; // 寮曞叆useStore 鏂规硶 -- Gitblit v1.9.3