From 3414299954e89e4c2f18ea72f77a3aafd76fb3b6 Mon Sep 17 00:00:00 2001
From: zhaoyongnian <541231643@qq.com>
Date: Mon, 23 May 2022 17:07:15 +0800
Subject: [PATCH] =?UTF-8?q?=E7=BD=91=E6=A0=BC=E5=85=9A=E5=BB=BA=E5=B9=B3?=
=?UTF-8?q?=E9=9D=A2=E5=9B=BE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/router/index.js | 5 +
.../visual/communityParty/gridParty.vue | 736 ++++++++++++++++++
.../visual/communityParty/memberInfo.vue | 251 ++++++
.../visual/components/screen-map/index.vue | 15 +-
4 files changed, 1006 insertions(+), 1 deletion(-)
create mode 100644 src/views/modules/visual/communityParty/gridParty.vue
create mode 100644 src/views/modules/visual/communityParty/memberInfo.vue
diff --git a/src/router/index.js b/src/router/index.js
index bd3fbe5a..903016e6 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -268,6 +268,11 @@ router.beforeEach((to, from, next) => {
name: "社区党建",
// url: "visual/basicinfo/basicInfoMain",
children: [
+ {
+ url: "/visual/communityParty/gridParty",
+ name: "网格党建平面图",
+ id: "5feawfwaefwa579",
+ },
{
url: "/visual/communityParty/party",
name: "党员信息统计",
diff --git a/src/views/modules/visual/communityParty/gridParty.vue b/src/views/modules/visual/communityParty/gridParty.vue
new file mode 100644
index 00000000..fbe6af59
--- /dev/null
+++ b/src/views/modules/visual/communityParty/gridParty.vue
@@ -0,0 +1,736 @@
+
+
+
+ 需求内容
+
+