From dd8df8165592cfa122f9a44d82eb0b5f2efbe3c3 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: Wed, 28 Aug 2024 18:44:50 +0800 Subject: [PATCH] =?UTF-8?q?=E9=99=84=E4=BB=B6=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/volunteer/VolManage/integral.vue | 4 +- .../activityArchive/Administration.vue | 9 +- .../volunteer/activityArchive/Points.vue | 122 ++++++------ .../volunteer/activityArchive/enclosure.vue | 176 ++++++++++++++++++ .../volunteer/activityArchive/index.vue | 3 +- .../volunteer/pointsRedemption/record.vue | 1 + 6 files changed, 254 insertions(+), 61 deletions(-) create mode 100644 src/views/modules/volunteer/activityArchive/enclosure.vue diff --git a/src/views/modules/volunteer/VolManage/integral.vue b/src/views/modules/volunteer/VolManage/integral.vue index 94f0b4f77..5fa37266e 100644 --- a/src/views/modules/volunteer/VolManage/integral.vue +++ b/src/views/modules/volunteer/VolManage/integral.vue @@ -81,10 +81,10 @@ - + - - - - - - - - - - - - - - - -
- 查询 -
-
+ + + + + + + + + + + + + + + +
+ 查询
-
- - - - - - - - - . - - - - - - - - - -
- - -
+ +
+
+ + + + + + + + + . + + + + + + + + + + + + + + +
+ + + +
-
+ diff --git a/src/views/modules/volunteer/activityArchive/enclosure.vue b/src/views/modules/volunteer/activityArchive/enclosure.vue new file mode 100644 index 000000000..31fcf68fc --- /dev/null +++ b/src/views/modules/volunteer/activityArchive/enclosure.vue @@ -0,0 +1,176 @@ + + + \ 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 37149c6db..bdfb00a85 100644 --- a/src/views/modules/volunteer/activityArchive/index.vue +++ b/src/views/modules/volunteer/activityArchive/index.vue @@ -127,7 +127,7 @@ import realselect from "./realselect.vue" export default { - components: {add,ActivityCountshow,Points,realselect }, + components: {add,ActivityCountshow,Points,realselect,selecthande }, data() { return { @@ -212,6 +212,7 @@ handleSearch(){ console.log("this.long"); console.log(this.formData,"this.long"); + this.pageNo=1 this.getTableData() }, diff --git a/src/views/modules/volunteer/pointsRedemption/record.vue b/src/views/modules/volunteer/pointsRedemption/record.vue index 4ef4e29c1..e536163d6 100644 --- a/src/views/modules/volunteer/pointsRedemption/record.vue +++ b/src/views/modules/volunteer/pointsRedemption/record.vue @@ -142,6 +142,7 @@ export default { this.getTableData(); }, handleSeach(){ + this.pageNo = 1; console.log(this.SearchName); this.getTableData()