From 8a767a42aea1bbc6589063e897ac4ea2a6aeef23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=AF=E5=B0=8F=E7=8E=8B=E5=91=80=5C24601?= <819653817@qq.com> Date: Tue, 20 Aug 2024 11:16:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A1=A3=E6=A1=88=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/communityParty/activity/index.vue | 34 +- .../modules/volunteer/VolManage/integral.vue | 133 +-- .../modules/volunteer/activityArchive/add.vue | 879 ++++++++++++++++++ .../volunteer/activityArchive/index.vue | 581 +++++++++++- 4 files changed, 1550 insertions(+), 77 deletions(-) create mode 100644 src/views/modules/volunteer/activityArchive/add.vue diff --git a/src/views/modules/communityParty/activity/index.vue b/src/views/modules/communityParty/activity/index.vue index 6ab550f5e..8b3c4385b 100644 --- a/src/views/modules/communityParty/activity/index.vue +++ b/src/views/modules/communityParty/activity/index.vue @@ -23,11 +23,10 @@ placeholder="请输入关键字"> - + - + @@ -102,8 +101,7 @@ @@ -133,26 +129,26 @@ - + - + - + - + diff --git a/src/views/modules/volunteer/VolManage/integral.vue b/src/views/modules/volunteer/VolManage/integral.vue index d1231a7a8..9cf856283 100644 --- a/src/views/modules/volunteer/VolManage/integral.vue +++ b/src/views/modules/volunteer/VolManage/integral.vue @@ -1,58 +1,41 @@ diff --git a/src/views/modules/volunteer/activityArchive/add.vue b/src/views/modules/volunteer/activityArchive/add.vue new file mode 100644 index 000000000..5df0dff83 --- /dev/null +++ b/src/views/modules/volunteer/activityArchive/add.vue @@ -0,0 +1,879 @@ + + + + + + + \ No newline at end of file diff --git a/src/views/modules/volunteer/activityArchive/index.vue b/src/views/modules/volunteer/activityArchive/index.vue index 2d9e18b57..4491022ed 100644 --- a/src/views/modules/volunteer/activityArchive/index.vue +++ b/src/views/modules/volunteer/activityArchive/index.vue @@ -1,7 +1,578 @@ -