diff --git a/src/views/modules/communityParty/activity/eventDetails.vue b/src/views/modules/communityParty/activity/eventDetails.vue index 785a99f98..2f192552d 100644 --- a/src/views/modules/communityParty/activity/eventDetails.vue +++ b/src/views/modules/communityParty/activity/eventDetails.vue @@ -68,22 +68,23 @@ {{ formData.points || "--" }} - -
+ +
活动总结:  

-
+ +
活动图片:
Image
- -
+ +
报名名单
@@ -112,8 +113,8 @@
- -
+ +
活动实况
@@ -229,7 +230,6 @@ export default { }, async initForm(row) { - this.startLoading(); this.formData = JSON.parse(JSON.stringify(row)); console.log(this.formData,"this.formData"); diff --git a/src/views/modules/communityParty/activity/index.vue b/src/views/modules/communityParty/activity/index.vue index a14761c3c..1a07a293d 100644 --- a/src/views/modules/communityParty/activity/index.vue +++ b/src/views/modules/communityParty/activity/index.vue @@ -105,7 +105,7 @@ 查看 - 编辑 + @@ -42,8 +45,8 @@ @@ -64,20 +67,24 @@ :reserve-keyword="true" placeholder="请输入关键词" :remote-method="remoteMethod" :loading="loading"> + :key="item.value || index" :label="item.label" :value="item.value">
- +
+ + +