|
@@ -1,93 +1,95 @@
|
|
|
<!--全域土地综合整治专题-->
|
|
|
<template>
|
|
|
<div class="ghzc LandConsolidation">
|
|
|
- <div class="headerCheck">
|
|
|
- <ul>
|
|
|
- <li
|
|
|
- :class="{ liActive: i == activeIndex }"
|
|
|
- v-for="(item, i) in checkList"
|
|
|
- :key="i"
|
|
|
- @click="onClick(i)"
|
|
|
- >
|
|
|
- {{ item.title }}
|
|
|
- </li>
|
|
|
- </ul>
|
|
|
- </div>
|
|
|
- <div class="innerContainer leftPane" v-drag>
|
|
|
- <h2 class="Pangetitle darg-div el-col">
|
|
|
- <span class="pange_text">全域土地综合整治专题 </span>
|
|
|
- <div class="region">
|
|
|
- <!-- clearable -->
|
|
|
- <el-cascader
|
|
|
- v-model="xzqh"
|
|
|
- :show-all-levels="false"
|
|
|
- :options="store.state.region_tree"
|
|
|
- @change="regionChange"
|
|
|
- placeholder="行政区"
|
|
|
- size="mini"
|
|
|
- :props="{
|
|
|
- checkStrictly: true,
|
|
|
- expandTrigger: 'hover',
|
|
|
- emitPath: false,
|
|
|
- }"
|
|
|
- ></el-cascader>
|
|
|
+ <div v-show="!iscontrast">
|
|
|
+ <div class="headerCheck">
|
|
|
+ <ul>
|
|
|
+ <li
|
|
|
+ :class="{ liActive: i == activeIndex }"
|
|
|
+ v-for="(item, i) in checkList"
|
|
|
+ :key="i"
|
|
|
+ @click="onClick(i)"
|
|
|
+ >
|
|
|
+ {{ item.title }}
|
|
|
+ </li>
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
+ <div class="innerContainer leftPane" v-drag>
|
|
|
+ <h2 class="Pangetitle darg-div el-col">
|
|
|
+ <span class="pange_text">全域土地综合整治专题 </span>
|
|
|
+ <div class="region">
|
|
|
+ <!-- clearable -->
|
|
|
+ <el-cascader
|
|
|
+ v-model="xzqh"
|
|
|
+ :show-all-levels="false"
|
|
|
+ :options="store.state.region_tree"
|
|
|
+ @change="regionChange"
|
|
|
+ placeholder="行政区"
|
|
|
+ size="mini"
|
|
|
+ :props="{
|
|
|
+ checkStrictly: true,
|
|
|
+ expandTrigger: 'hover',
|
|
|
+ emitPath: false,
|
|
|
+ }"
|
|
|
+ ></el-cascader>
|
|
|
+ </div>
|
|
|
+ </h2>
|
|
|
+ <div class="xz_box">
|
|
|
+ <Sdgk
|
|
|
+ v-loading="loading"
|
|
|
+ @updateParent="changeData"
|
|
|
+ ref="sdgk"
|
|
|
+ v-show="activeIndex == 0"
|
|
|
+ ></Sdgk>
|
|
|
+ <List
|
|
|
+ v-loading="loading"
|
|
|
+ @updateParent="changeData"
|
|
|
+ @contrast="iscontrast = true"
|
|
|
+ ref="list"
|
|
|
+ v-show="activeIndex == 1"
|
|
|
+ ></List>
|
|
|
+ <Xzgd
|
|
|
+ v-loading="loading"
|
|
|
+ @updateParent="changeData"
|
|
|
+ ref="xzgd"
|
|
|
+ v-show="activeIndex == 2"
|
|
|
+ ></Xzgd>
|
|
|
+ <preCheck
|
|
|
+ v-loading="loading"
|
|
|
+ @updateParent="changeData"
|
|
|
+ ref="preCheck"
|
|
|
+ v-show="activeIndex == 3"
|
|
|
+ ></preCheck>
|
|
|
</div>
|
|
|
- </h2>
|
|
|
- <div class="xz_box">
|
|
|
- <Sdgk
|
|
|
- v-loading="loading"
|
|
|
- @updateParent="changeData"
|
|
|
- ref="sdgk"
|
|
|
- v-show="activeIndex == 0"
|
|
|
- ></Sdgk>
|
|
|
- <List
|
|
|
- v-loading="loading"
|
|
|
- @updateParent="changeData"
|
|
|
- @contrast="contrast"
|
|
|
- ref="list"
|
|
|
- v-show="activeIndex == 1"
|
|
|
- ></List>
|
|
|
- <Xzgd
|
|
|
- v-loading="loading"
|
|
|
- @updateParent="changeData"
|
|
|
- ref="xzgd"
|
|
|
- v-show="activeIndex == 2"
|
|
|
- ></Xzgd>
|
|
|
- <preCheck
|
|
|
- v-loading="loading"
|
|
|
- @updateParent="changeData"
|
|
|
- ref="preCheck"
|
|
|
- v-show="activeIndex == 3"
|
|
|
- ></preCheck>
|
|
|
</div>
|
|
|
- </div>
|
|
|
- <div class="innerContainer bottomPane" v-drag v-show="activeIndex == 0">
|
|
|
- <div class="xz_box">
|
|
|
- <Qhdb
|
|
|
- v-loading="loading"
|
|
|
- @updateParent="changeData"
|
|
|
- @contrast="contrast"
|
|
|
- ref="qhdb"
|
|
|
- ></Qhdb>
|
|
|
+ <div class="innerContainer bottomPane" v-drag v-show="activeIndex == 0">
|
|
|
+ <div class="xz_box">
|
|
|
+ <Qhdb
|
|
|
+ v-loading="loading"
|
|
|
+ @updateParent="changeData"
|
|
|
+ @contrast="iscontrast = true"
|
|
|
+ ref="qhdb"
|
|
|
+ ></Qhdb>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
- <div class="innerContainer legendPane" v-drag>
|
|
|
- <div class="xz_box">
|
|
|
- 图例
|
|
|
- <div v-for="(litem, li) in legends" :key="litem.label">
|
|
|
- <span :class="`legend${li}`" class="lcolor"></span>
|
|
|
- <span class="legLabel">{{ litem }}</span>
|
|
|
+ <div class="innerContainer legendPane" v-drag>
|
|
|
+ <div class="xz_box">
|
|
|
+ 图例
|
|
|
+ <div v-for="(litem, li) in legends" :key="litem.label">
|
|
|
+ <span :class="`legend${li}`" class="lcolor"></span>
|
|
|
+ <span class="legLabel">{{ litem }}</span>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <div
|
|
|
+ class="innerContainer rightPane newContainer"
|
|
|
+ v-show="activeIndex == 0"
|
|
|
+ >
|
|
|
+ <Organize></Organize>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
<Details ref="detailModal"></Details>
|
|
|
-
|
|
|
- <div
|
|
|
- class="innerContainer rightPane newContainer"
|
|
|
- v-show="activeIndex == 0"
|
|
|
- >
|
|
|
- <Organize></Organize>
|
|
|
- </div>
|
|
|
+ <Contrast ref="contrastModal" v-if="iscontrast"></Contrast>
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
@@ -99,6 +101,8 @@ import List from "./components/list.vue";
|
|
|
import preCheck from "./components/preCheck.vue";
|
|
|
import Xzgd from "./components/xzgd.vue";
|
|
|
import Details from "./components/details.vue";
|
|
|
+import Contrast from "./components/contrast.vue";
|
|
|
+
|
|
|
import * as pick_cockpit_vector from "@/components/Query/clickQuery/pick_cockpit_vector.js";
|
|
|
export default {
|
|
|
name: "LandConsolidation",
|
|
@@ -111,6 +115,7 @@ export default {
|
|
|
Details,
|
|
|
Organize,
|
|
|
Xzgd,
|
|
|
+ Contrast,
|
|
|
},
|
|
|
data() {
|
|
|
return {
|
|
@@ -132,6 +137,7 @@ export default {
|
|
|
],
|
|
|
activeIndex: 1,
|
|
|
legends: ["试点区域", "整治区域", "整治项目"],
|
|
|
+ iscontrast: false,
|
|
|
};
|
|
|
},
|
|
|
computed: {
|
|
@@ -173,7 +179,7 @@ export default {
|
|
|
// if (newValue == "qhdb") this.$refs.qhdb.changeForm();
|
|
|
// if (newValue == 1) this.$refs.list.searchFun();
|
|
|
if (newValue == 2) this.$refs.xzgd.getData();
|
|
|
-
|
|
|
+ scene.multiViewportMode = Cesium.MultiViewportMode[value];
|
|
|
},
|
|
|
computed_vectorData(newVal) {
|
|
|
console.log(newVal, "newVal");
|
|
@@ -196,51 +202,6 @@ export default {
|
|
|
cursor: pointer;
|
|
|
z-index: 200;
|
|
|
}
|
|
|
- .headerCheck {
|
|
|
- width: 520px;
|
|
|
- height: 50px;
|
|
|
- // background: rgba(255, 192, 203, 0.379);
|
|
|
- position: absolute;
|
|
|
- left: 38%;
|
|
|
- top: 10px;
|
|
|
- z-index: 99;
|
|
|
- pointer-events: none;
|
|
|
- ul {
|
|
|
- list-style: none;
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
- align-items: center;
|
|
|
- height: 100%;
|
|
|
- li {
|
|
|
- width: 114px;
|
|
|
- height: 36px;
|
|
|
- background: inherit;
|
|
|
- // background-color: rgba(128, 255, 255, 0.39);
|
|
|
- box-sizing: border-box;
|
|
|
- border-width: 2px;
|
|
|
- border-style: solid;
|
|
|
- border-color: #64daff;
|
|
|
- border-radius: 9px;
|
|
|
- border-top-right-radius: 0px;
|
|
|
- border-bottom-left-radius: 0px;
|
|
|
- color: #64daff;
|
|
|
- text-align: center;
|
|
|
- line-height: 36px;
|
|
|
- pointer-events: all;
|
|
|
- cursor: pointer;
|
|
|
- }
|
|
|
- li:active,
|
|
|
- li:focus {
|
|
|
- background-color: rgba(128, 255, 255, 0.39) !important;
|
|
|
- }
|
|
|
- }
|
|
|
- .liActive {
|
|
|
- background-color: rgba(128, 255, 255, 0.39) !important;
|
|
|
- }
|
|
|
- .liItem {
|
|
|
- background-color: transparent !important;
|
|
|
- }
|
|
|
- }
|
|
|
|
|
|
.bottomPane {
|
|
|
width: 43%;
|
|
@@ -293,6 +254,51 @@ export default {
|
|
|
top: 0px;
|
|
|
background: transparent;
|
|
|
}
|
|
|
+ .headerCheck {
|
|
|
+ width: 520px;
|
|
|
+ height: 50px;
|
|
|
+ // background: rgba(255, 192, 203, 0.379);
|
|
|
+ position: absolute;
|
|
|
+ left: 38%;
|
|
|
+ top: 10px;
|
|
|
+ z-index: 99;
|
|
|
+ pointer-events: none;
|
|
|
+ ul {
|
|
|
+ list-style: none;
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ align-items: center;
|
|
|
+ height: 100%;
|
|
|
+ li {
|
|
|
+ width: 114px;
|
|
|
+ height: 36px;
|
|
|
+ background: inherit;
|
|
|
+ // background-color: rgba(128, 255, 255, 0.39);
|
|
|
+ box-sizing: border-box;
|
|
|
+ border-width: 2px;
|
|
|
+ border-style: solid;
|
|
|
+ border-color: #64daff;
|
|
|
+ border-radius: 9px;
|
|
|
+ border-top-right-radius: 0px;
|
|
|
+ border-bottom-left-radius: 0px;
|
|
|
+ color: #64daff;
|
|
|
+ text-align: center;
|
|
|
+ line-height: 36px;
|
|
|
+ pointer-events: all;
|
|
|
+ cursor: pointer;
|
|
|
+ }
|
|
|
+ li:active,
|
|
|
+ li:focus {
|
|
|
+ background-color: rgba(128, 255, 255, 0.39) !important;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .liActive {
|
|
|
+ background-color: rgba(128, 255, 255, 0.39) !important;
|
|
|
+ }
|
|
|
+ .liItem {
|
|
|
+ background-color: transparent !important;
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
@import "../complianceAnalysis/ghzc.scss";
|