From 8bab7d0249c3b71f98ac9c26a6d0ab936d82a926 Mon Sep 17 00:00:00 2001 From: jiangyy Date: Thu, 2 Dec 2021 16:10:10 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A4=BE=E5=8C=BA=E6=B2=BB=E7=90=86=E8=B7=AF?= =?UTF-8?q?=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 6 + .../communityGovern/basicInfoCommunity.vue | 442 +++++++++++ .../communityGovern/cpts/people-more.vue | 503 ++++++++++++ .../modules/visual/communityGovern/index.vue | 748 ++++++++++++++++++ .../modules/visual/communityGovern/people.vue | 408 ++++++++++ .../visual/communityGovern/peopleSearch.vue | 164 ++++ 6 files changed, 2271 insertions(+) create mode 100644 src/views/modules/visual/communityGovern/basicInfoCommunity.vue create mode 100644 src/views/modules/visual/communityGovern/cpts/people-more.vue create mode 100644 src/views/modules/visual/communityGovern/index.vue create mode 100644 src/views/modules/visual/communityGovern/people.vue create mode 100644 src/views/modules/visual/communityGovern/peopleSearch.vue diff --git a/src/router/index.js b/src/router/index.js index d997154b7..74065fe04 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -251,6 +251,12 @@ router.beforeEach((to, from, next) => { name: "人员预警", url: "visual/warning/index", }, + { + icon: "icon-setting", + id: "6", + name: "社区治理", + url: "visual/communityGovern/index", + }, ]; fnAddDynamicMenuRoutes2(window.SITE_CONFIG["menuShujuList"]); // next({ ...to, replace: true }) diff --git a/src/views/modules/visual/communityGovern/basicInfoCommunity.vue b/src/views/modules/visual/communityGovern/basicInfoCommunity.vue new file mode 100644 index 000000000..dbb0a3c43 --- /dev/null +++ b/src/views/modules/visual/communityGovern/basicInfoCommunity.vue @@ -0,0 +1,442 @@ + + + + + + + + + \ No newline at end of file diff --git a/src/views/modules/visual/communityGovern/cpts/people-more.vue b/src/views/modules/visual/communityGovern/cpts/people-more.vue new file mode 100644 index 000000000..a634aadeb --- /dev/null +++ b/src/views/modules/visual/communityGovern/cpts/people-more.vue @@ -0,0 +1,503 @@ + + + + + diff --git a/src/views/modules/visual/communityGovern/index.vue b/src/views/modules/visual/communityGovern/index.vue new file mode 100644 index 000000000..8c0f4a590 --- /dev/null +++ b/src/views/modules/visual/communityGovern/index.vue @@ -0,0 +1,748 @@ + + + + + + + \ No newline at end of file diff --git a/src/views/modules/visual/communityGovern/people.vue b/src/views/modules/visual/communityGovern/people.vue new file mode 100644 index 000000000..a75bebad5 --- /dev/null +++ b/src/views/modules/visual/communityGovern/people.vue @@ -0,0 +1,408 @@ + + + + + diff --git a/src/views/modules/visual/communityGovern/peopleSearch.vue b/src/views/modules/visual/communityGovern/peopleSearch.vue new file mode 100644 index 000000000..7e44c6d3b --- /dev/null +++ b/src/views/modules/visual/communityGovern/peopleSearch.vue @@ -0,0 +1,164 @@ + + + + + + +