From 9b4e63a658521186b38a77b062ab78dbf39da181 Mon Sep 17 00:00:00 2001 From: jiangyy Date: Mon, 29 Nov 2021 09:56:06 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=A6=E6=83=85=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../regionalParty/activitys.vue | 35 +- .../regionalParty/activitysDetail.vue | 302 ++++++++++++++++++ .../communityParty/regionalParty/units.vue | 64 ++-- .../regionalParty/unitsDetail.vue | 271 ++++++++++++++++ .../ninePlaces/inspect/inspect.vue | 12 +- .../ninePlaces/places/places.vue | 13 +- .../communityService/ninePlaces/team/team.vue | 12 +- 7 files changed, 665 insertions(+), 44 deletions(-) create mode 100644 src/views/modules/communityParty/regionalParty/activitysDetail.vue create mode 100644 src/views/modules/communityParty/regionalParty/unitsDetail.vue diff --git a/src/views/modules/communityParty/regionalParty/activitys.vue b/src/views/modules/communityParty/regionalParty/activitys.vue index e31257f5..2e548478 100644 --- a/src/views/modules/communityParty/regionalParty/activitys.vue +++ b/src/views/modules/communityParty/regionalParty/activitys.vue @@ -11,6 +11,7 @@ prop="unitId"> @@ -52,6 +55,7 @@ 查询 重置 @@ -193,6 +199,16 @@ @dialogCancle="addFormCancle" @dialogOk="addFormOk"> + + + @@ -200,6 +216,7 @@ + + diff --git a/src/views/modules/communityParty/regionalParty/units.vue b/src/views/modules/communityParty/regionalParty/units.vue index ce93f05a..63253148 100644 --- a/src/views/modules/communityParty/regionalParty/units.vue +++ b/src/views/modules/communityParty/regionalParty/units.vue @@ -12,6 +12,7 @@ @@ -21,6 +22,7 @@ @@ -60,6 +64,7 @@ prop="contactMobile"> @@ -68,9 +73,11 @@ 查询 重置 @@ -81,6 +88,10 @@ type="green" size="small" @click="handleAdd">新增 + 导出 导入 - 导出 - @@ -145,7 +151,7 @@ header-align="center" align="center" label="联系人" - width="100"> + width="80"> + + + @@ -229,6 +244,7 @@ + + + + diff --git a/src/views/modules/communityService/ninePlaces/inspect/inspect.vue b/src/views/modules/communityService/ninePlaces/inspect/inspect.vue index 9d433ea1..040a91b9 100644 --- a/src/views/modules/communityService/ninePlaces/inspect/inspect.vue +++ b/src/views/modules/communityService/ninePlaces/inspect/inspect.vue @@ -10,6 +10,7 @@ @@ -21,6 +22,7 @@ prop="firstResult"> - 查询 重置 @@ -544,7 +550,7 @@ export default { .div_search { background: #ffffff; border-radius: 4px; - padding: 35px 20px; + padding: 30px 20px 5px; box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1); } @@ -556,7 +562,7 @@ export default { background: #ffffff; box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1); border-radius: 4px; - margin-top: 20px; + margin-top: 15px; padding: 23px 30px 10px; .table { diff --git a/src/views/modules/communityService/ninePlaces/places/places.vue b/src/views/modules/communityService/ninePlaces/places/places.vue index a9527929..9993f597 100644 --- a/src/views/modules/communityService/ninePlaces/places/places.vue +++ b/src/views/modules/communityService/ninePlaces/places/places.vue @@ -10,6 +10,7 @@ @@ -20,6 +21,7 @@ @@ -31,6 +33,7 @@ prop="gridId"> @@ -61,6 +65,7 @@ @@ -73,10 +78,12 @@ - 查询 重置 @@ -479,7 +486,7 @@ export default { .div_search { background: #ffffff; border-radius: 4px; - padding: 35px 20px; + padding: 30px 20px 5px; box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1); } @@ -491,7 +498,7 @@ export default { background: #ffffff; box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1); border-radius: 4px; - margin-top: 20px; + margin-top: 15px; padding: 23px 30px 10px; .table { diff --git a/src/views/modules/communityService/ninePlaces/team/team.vue b/src/views/modules/communityService/ninePlaces/team/team.vue index 8f73d6e5..6788b39c 100644 --- a/src/views/modules/communityService/ninePlaces/team/team.vue +++ b/src/views/modules/communityService/ninePlaces/team/team.vue @@ -10,6 +10,7 @@ @@ -20,6 +21,7 @@ @@ -32,6 +34,7 @@ prop="gridId"> @@ -58,10 +62,12 @@ - 查询 重置 @@ -454,7 +460,7 @@ export default { .div_search { background: #ffffff; border-radius: 4px; - padding: 35px 20px; + padding: 30px 20px 5px; box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1); } @@ -466,7 +472,7 @@ export default { background: #ffffff; box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1); border-radius: 4px; - margin-top: 20px; + margin-top: 15px; padding: 23px 30px 10px; .table {