From 8ee4eb969cf399f58960759319ac0b94aedc3d9c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=BC=A0=E8=8B=A5=E6=99=A8?= <974220104@qq.com>
Date: Mon, 18 Sep 2023 14:47:05 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=B3=A8=E9=87=8A?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/dataBoard/overview/index.vue | 58 ++++++++++----------------
1 file changed, 22 insertions(+), 36 deletions(-)
diff --git a/src/views/dataBoard/overview/index.vue b/src/views/dataBoard/overview/index.vue
index 36f013ba7..a2fceff2b 100644
--- a/src/views/dataBoard/overview/index.vue
+++ b/src/views/dataBoard/overview/index.vue
@@ -8,13 +8,13 @@
-
-
+
+
-
@@ -29,49 +29,49 @@
/>
-
+
@@ -85,9 +85,9 @@
import gridMap from "@/views/dataBoard/cpts/map/index";
import cptBread from "@/views/dataBoard/renfang/cpts/bread";
import cptLoading from "@/views/dataBoard/cpts/loading";
-import Title from "@/views/dataBoard/satisfactionEval/components/Title";
-import Jdjs from "@/views/dataBoard/overview/components/jdjs.vue";
-import Jdtphx from "@/views/dataBoard/overview/components/jdtphx.vue";
+import titleBox from "@/views/dataBoard/satisfactionEval/components/Title";
+import jdjs from "@/views/dataBoard/overview/components/jdjs.vue";
+import jdtphx from "@/views/dataBoard/overview/components/jdtphx.vue";
import mapTop from "@/views/dataBoard/overview/components/map-top.vue";
import jdwgy from "@/views/dataBoard/overview/components/jdwgy.vue";
import rfsjtj from "@/views/dataBoard/overview/components/rfsjtj.vue";
@@ -97,17 +97,6 @@ import { requestPostBi } from "@/js/dai/request-bipass";
import { requestPost } from "@/js/dai/request";
import getQueryPara from "dai-js/modules/getQueryPara";
-function iniGetPerInfo() {
- return {
- unemployed_ratio: "--",
- crowd_ratio: "--",
- volunteer_ratio: "--",
- month_update_ratio: "--",
- aged_ratio: "--",
- teenagers_ratio: "--",
- };
-}
-
export default {
name: "renfang",
@@ -115,9 +104,9 @@ export default {
gridMap,
cptLoading,
cptBread,
- Title,
- Jdjs,
- Jdtphx,
+ titleBox,
+ jdjs,
+ jdtphx,
mapTop,
jdwgy,
rfsjtj,
@@ -167,15 +156,14 @@ export default {
//加载组织数据
this.loading = false;
- // await this.loadOrgData();
await this.getMapData();
await this.getSubMapData();
- this.getResiCategoryData();
- this.getPerInfo();
this.loading = true;
},
-
+ changeDate(e){
+ this.rfphDate=e;
+ },
handleClickDotBtn(type, info) {
console.log("handleClickDotBtn", type, info);
if (type == "watch-resi") {
@@ -190,7 +178,6 @@ export default {
},
clickAgencyItem(item) {
- console.log('clickAgencyItem(item)::',item);
this.toBread({
orgId: item.id,
orgLevel: item.level,
@@ -199,7 +186,6 @@ export default {
},
toBread(item) {
- console.log("toBread::", item);
const { orgId } = item;
const { breadList } = this;
let index = breadList.findIndex((val) => val.orgId === orgId);