diff --git a/src/views/modules/communityParty/heart/heartForm.vue b/src/views/modules/communityParty/heart/heartForm.vue index 6d0d71a6..967072c6 100644 --- a/src/views/modules/communityParty/heart/heartForm.vue +++ b/src/views/modules/communityParty/heart/heartForm.vue @@ -293,6 +293,7 @@ + - + @@ -394,6 +395,7 @@ export default { actStartTime: '', actEndTime: '', reward: null, + status: '', cancelReason: '', cancleShow: false,//活动取消 @@ -514,6 +516,7 @@ export default { }) }, handlePerson (row) { + this.status = row.status this.personShow = true this.$nextTick(() => { this.$refs.ref_person.initTable(row.actId) diff --git a/src/views/modules/communityParty/heart/heartPerson.vue b/src/views/modules/communityParty/heart/heartPerson.vue index f2043e1d..0acab6d6 100644 --- a/src/views/modules/communityParty/heart/heartPerson.vue +++ b/src/views/modules/communityParty/heart/heartPerson.vue @@ -75,6 +75,23 @@ label="报名时间" width="180"> + + + + + + +