|
@@ -125,7 +125,7 @@
|
|
|
</a-col>
|
|
|
<a-col :sm="24" :md="12" :xl="6">
|
|
|
<a-card style="margin-bottom: 1rem;width:100%;height: 21rem">
|
|
|
- <PieData :resultData="this.resData2" :titleText="this.textBysss" @visible="visibleInfo"></PieData>
|
|
|
+ <PieQdfsMj :resultData="this.resData2" :titleText="this.textBysss" @visible="visibleInfo"></PieQdfsMj>
|
|
|
</a-card>
|
|
|
</a-col>
|
|
|
<a-col :sm="24" :md="12" :xl="6">
|
|
@@ -153,8 +153,8 @@
|
|
|
</a-col>-->
|
|
|
<a-col :sm="24" :md="12" :xl="24">
|
|
|
<!-- <a-card style="margin-bottom: 1rem;width:100%;height: 20rem">-->
|
|
|
- <BarData :titleText=this.BarTitleBysz :result-x-data="this.resYData" :dw="this.dw2"
|
|
|
- :seriesName="'地块数量'"></BarData>
|
|
|
+ <BarTdsjyt :titleText=this.BarTitleBysz :result-x-data="this.resYData" :dw="this.dw2"
|
|
|
+ :seriesName="'地块数量'"></BarTdsjyt>
|
|
|
<!-- </a-card>-->
|
|
|
</a-col>
|
|
|
</a-card>
|
|
@@ -205,9 +205,11 @@
|
|
|
|
|
|
<script>
|
|
|
import mapData from "@views/tj/compoent/map3Data";
|
|
|
-import PieData from "@views/tj/compoent/PieData"
|
|
|
+import PieData from "@views/tj/compoent/PieData";
|
|
|
+import PieQdfsMj from "@views/tj/compoent/PieQdfsMj";
|
|
|
import DoughnutData from "@views/tj/compoent/DoughnutData";
|
|
|
import BarData from "@views/tj/compoent/BarData";
|
|
|
+import BarTdsjyt from "@views/tj/compoent/BarTdsjyt";
|
|
|
import BarDobuleData from "@views/tj/compoent/BarDobuleData";
|
|
|
import WaterWorld from "@views/tj/compoent/WaterWorld";
|
|
|
import NightingaleCharData from "@views/tj/compoent/NightingaleCharData";
|
|
@@ -253,8 +255,8 @@ export default {
|
|
|
param:"",
|
|
|
paramSz:"",
|
|
|
resData2: [],
|
|
|
- color: ['#4676ff', '#1ad4cb'],
|
|
|
- color1: ['#8c42a1', '#4fa5e7'],
|
|
|
+ color: ['#42A4EB', '#F79A3E'],
|
|
|
+ color1: ['#F36F8A', '#5F71D2'],
|
|
|
resData1:
|
|
|
[ //每个模块的名字和值
|
|
|
|
|
@@ -282,6 +284,7 @@ export default {
|
|
|
mounted() {
|
|
|
new Promise(resolve => {
|
|
|
this.getPieData(resolve);
|
|
|
+ this.getPieQdfsMj(resolve);
|
|
|
this.getPieData2(resolve);
|
|
|
this.getPieDatasz(resolve);
|
|
|
this.getDougatasz(resolve);
|
|
@@ -302,7 +305,7 @@ export default {
|
|
|
|
|
|
|
|
|
},
|
|
|
- components: {mapData, DoughnutData, BarData, WaterWorld, NightingaleCharData, BarDobuleData, PieData,QcSsgqzysytdqkListBySz,QcSsgqzysytdqkListBySs},
|
|
|
+ components: {mapData, DoughnutData, BarData, BarTdsjyt, WaterWorld, NightingaleCharData, BarDobuleData, PieData,PieQdfsMj,QcSsgqzysytdqkListBySz,QcSsgqzysytdqkListBySs},
|
|
|
methods: {
|
|
|
handleChange(value) {
|
|
|
this.type = value;
|
|
@@ -358,6 +361,13 @@ export default {
|
|
|
}
|
|
|
})
|
|
|
},
|
|
|
+ getPieQdfsMj() {
|
|
|
+ getAction("/qcsb.qyxx/qcQyxx/tdhqfs").then(res => {
|
|
|
+ if (res.code == 200) {
|
|
|
+ this.resData = res.result;
|
|
|
+ }
|
|
|
+ })
|
|
|
+ },
|
|
|
getPieData2() {
|
|
|
getAction("/qcsb.qyxx/qcQyxx/tdhqfsArea").then(res => {
|
|
|
debugger
|