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);