From 62c5cf8ed92d0ad37d49cca4b8c2878cefaec8e0 Mon Sep 17 00:00:00 2001
From: 13176889840 <13176889840@163.com>
Date: Fri, 27 May 2022 17:06:44 +0800
Subject: [PATCH] dd
---
src/views/modules/communityParty/members/cpts/record.vue | 5 +++--
src/views/modules/communityParty/members/index.vue | 2 +-
src/views/modules/visual/communityParty/community.vue | 3 ++-
3 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/src/views/modules/communityParty/members/cpts/record.vue b/src/views/modules/communityParty/members/cpts/record.vue
index 4236f0e8..cc7d8795 100644
--- a/src/views/modules/communityParty/members/cpts/record.vue
+++ b/src/views/modules/communityParty/members/cpts/record.vue
@@ -64,7 +64,7 @@
{{ scope.row.startDate + ' - ' + scope.row.endDate }}
-
+
0) {
this.searchForm.payStatrDate = val[0]
- this.searchForm.payEndDate = val[0]
+ this.searchForm.payEndDate = val[1]
} else {
this.searchForm.payStatrDate = ''
this.searchForm.payEndDate = ''
diff --git a/src/views/modules/visual/communityParty/community.vue b/src/views/modules/visual/communityParty/community.vue
index 3194f8ee..6193082e 100644
--- a/src/views/modules/visual/communityParty/community.vue
+++ b/src/views/modules/visual/communityParty/community.vue
@@ -1187,6 +1187,7 @@ export default {
.box-right {
flex: 1;
height: 100%;
+ margin-left: 10px;
overflow: hidden;
.pagination {
margin-top: 0;
@@ -1255,7 +1256,7 @@ export default {
}
}
.table-h {
- height: 320px;
+ height: 300px;
}
.calc-h {
height: calc(100vh - 240px);