diff --git a/project/pingchang/apps/AppCommunityMember/Add.vue b/project/pingchang/apps/AppCommunityMember/Add.vue new file mode 100644 index 00000000..e623189f --- /dev/null +++ b/project/pingchang/apps/AppCommunityMember/Add.vue @@ -0,0 +1,195 @@ + + + + + + + + + + form.areaName = v" + always-show + area-level="5" + :disabledLevel="disabledLevel" + /> + + + + + + + + + + *0表示不限制活动报名人数 + + + + + + + + + + + + + + + + + + + + + + + + + 取消 + 提交 + + + + + + \ No newline at end of file diff --git a/project/pingchang/apps/AppCommunityMember/AppCommunityMember.vue b/project/pingchang/apps/AppCommunityMember/AppCommunityMember.vue new file mode 100644 index 00000000..2217812b --- /dev/null +++ b/project/pingchang/apps/AppCommunityMember/AppCommunityMember.vue @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/project/pingchang/apps/AppCommunityMember/Detail.vue b/project/pingchang/apps/AppCommunityMember/Detail.vue new file mode 100644 index 00000000..0d877c48 --- /dev/null +++ b/project/pingchang/apps/AppCommunityMember/Detail.vue @@ -0,0 +1,89 @@ + + + + + + + + + + + {{ info.areaName }} + {{ info.title }} + {{ info.address }} + {{ info.total }} + {{ dict.getLabel('partyReportSignupStatus', info.signupStatus) }} + {{ dict.getLabel('activityStatus', info.actionStatus) }} + {{ info.beginTime.substring(0, 10) }} 至 {{ info.endTime.substring(0, 10) }} + {{ info.stopSignupTime }} + {{ info.contactPerson }} + {{ info.contactPhone }} + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/project/pingchang/apps/AppCommunityMember/List.vue b/project/pingchang/apps/AppCommunityMember/List.vue new file mode 100644 index 00000000..4d016189 --- /dev/null +++ b/project/pingchang/apps/AppCommunityMember/List.vue @@ -0,0 +1,155 @@ + + + + + + 发起活动 + + + + + + + + + + + {{row.beginTime.substring(0, 10)}}至{{row.endTime.substring(0, 10)}} + + + + + + 详情 + + + + + + + + + + + diff --git a/project/pingchang/apps/AppCommunityMember/Organization.vue b/project/pingchang/apps/AppCommunityMember/Organization.vue new file mode 100644 index 00000000..e69de29b diff --git a/project/pingchang/apps/AppCommunityMember/Statistics.vue b/project/pingchang/apps/AppCommunityMember/Statistics.vue new file mode 100644 index 00000000..e69de29b