|
@@ -114,16 +114,18 @@
|
|
>
|
|
>
|
|
</div>
|
|
</div>
|
|
</div> -->
|
|
</div> -->
|
|
|
|
+<dkDetails></dkDetails>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
|
|
|
|
<script>
|
|
<script>
|
|
import { GetXzjg, DownloadLandReport } from "../../../api/ghss/ghxz.js";
|
|
import { GetXzjg, DownloadLandReport } from "../../../api/ghss/ghxz.js";
|
|
|
|
+import dkDetails from './dkDetails.vue'
|
|
// 使用
|
|
// 使用
|
|
import parse from "wellknown";
|
|
import parse from "wellknown";
|
|
let dataSources = {};
|
|
let dataSources = {};
|
|
export default {
|
|
export default {
|
|
- components: {},
|
|
|
|
|
|
+ components: {dkDetails},
|
|
props: {
|
|
props: {
|
|
activeTabs: {
|
|
activeTabs: {
|
|
type: String,
|
|
type: String,
|
|
@@ -165,6 +167,7 @@ export default {
|
|
arrww: [],
|
|
arrww: [],
|
|
tempdataSourcesId: null,
|
|
tempdataSourcesId: null,
|
|
xzjgBSM: "",
|
|
xzjgBSM: "",
|
|
|
|
+ echarts:[],
|
|
};
|
|
};
|
|
},
|
|
},
|
|
mounted() {
|
|
mounted() {
|
|
@@ -306,6 +309,32 @@ export default {
|
|
//现状信息
|
|
//现状信息
|
|
nowInfo(e, item) {
|
|
nowInfo(e, item) {
|
|
console.log(e, item, "现状信息");
|
|
console.log(e, item, "现状信息");
|
|
|
|
+ // GetFxjg({ bsm: item.bsm }).then((res) => {
|
|
|
|
+ // if (res.success) {
|
|
|
|
+ // res.data.forEach((e) => {
|
|
|
|
+ // let c = e.dataList || [];
|
|
|
|
+ // c.map((ci) => {
|
|
|
|
+ // ci.name = ci.yslx_name || ci.scxname;
|
|
|
|
+ // // ci.value = this.compute(ci.mj);
|
|
|
|
+ // ci.value = ci.mj;
|
|
|
|
+ // ci.geom = ci.geom || "";
|
|
|
|
+ // // ci.label = ci.mc_name;
|
|
|
|
+ // });
|
|
|
|
+ // this.echarts.push({
|
|
|
|
+ // id: e.scxbsm,
|
|
|
|
+ // label: e.scxname,
|
|
|
|
+ // dataList: e.dataList,
|
|
|
|
+ // lchildren: e.children || [],
|
|
|
|
+ // iseyes: false,
|
|
|
|
+ // isshow: false,
|
|
|
|
+ // scxstyle: e.scxstyle,
|
|
|
|
+ // });
|
|
|
|
+ // if (e.scxstyle == 0) this.setEchart(c, e.scxbsm);
|
|
|
|
+ // if (e.children) this.lForEach(e.children, "echart");
|
|
|
|
+ // });
|
|
|
|
+ // this.$emit("updateParent", "loading", false);
|
|
|
|
+ // }
|
|
|
|
+ // });
|
|
},
|
|
},
|
|
|
|
|
|
deleteprogramme(e, item) {
|
|
deleteprogramme(e, item) {
|