积分类型
-
+
@@ -104,7 +104,7 @@
取消
- 确定
+
@@ -121,7 +121,20 @@ export default {
createdTimeTo:"",
createdTimeTo:"",
classKey:"",
- optionsStatus: [],
+ optionsStatus: [
+ {
+ code:1,
+ name:"活动积分"
+ },
+ {
+ code:2,
+ name:"平台积分"
+ },
+ {
+ code:3,
+ name:"操作积分"
+ },
+ ],
},
labelPosition: 'right',
tableData: [],
@@ -194,31 +207,31 @@ await requestGet(url,params).then((res)=>{
})
},
//调整积分
- async getTableData() {
- const url = "/voluntary/points/adjustVolunteerPoints/commit";
- let params={
- volunteerId:this.tableData.id,
- reason:this.behaviorName,
- description:this.description,
- pointsDelta:this.Positive+this.integralnum,
- primaryPoints:this.tableData.points
- // volunteerId:this.list.id,
- // mobile:this.formData.phone,
- // name:this.formData.name
- }
- console.log(params,"params");
+ // async getTableData() {
+ // const url = "/voluntary/points/adjustVolunteerPoints/commit";
+ // let params={
+ // volunteerId:this.list.id,
+ // reason:this.behaviorName,
+ // description:this.description,
+ // pointsDelta:this.Positive+this.integralnum,
+ // primaryPoints:this.tableData.points
+ // // volunteerId:this.list.id,
+ // // mobile:this.formData.phone,
+ // // name:this.formData.name
+ // }
+ // console.log(params,"params");
- const { data, code, msg } = await requestPost(url,params);
- if (code === 0) {
- console.log("列表请求成功!!!!!!!!!!!!!!");
- this.$message({
- message: "调整成功",
- type: "success",
- });
- this.$emit('summDetailClose')
- } else {
- }
- },
+ // const { data, code, msg } = await requestPost(url,params);
+ // if (code === 0) {
+ // console.log("列表请求成功!!!!!!!!!!!!!!");
+ // this.$message({
+ // message: "调整成功",
+ // type: "success",
+ // });
+ // this.$emit('summDetailClose')
+ // } else {
+ // }
+ // },
async getlist() {
const url = "/voluntary/points/listPointsChangeRecord";
@@ -226,11 +239,12 @@ await requestGet(url,params).then((res)=>{
volunteerId:this.list.id,
createdTimeFrom:this.formData.createdTimeFrom,
createdTimeTo:this.formData.createdTimeTo,
- description:this.description,
+ // description:this.description,
+ pointsClass:this.formData.classKey,
pageNo:this.pageNo,
pageSize:this.pageSize,
// pointsDelta:this.Positive+this.integralnum,
- primaryPoints:this.tableData.points
+ // primaryPoints:this.tableData.points
// volunteerId:this.list.id,
// mobile:this.formData.phone,
// name:this.formData.name
diff --git a/src/views/modules/volunteer/activityArchive/Administration.vue b/src/views/modules/volunteer/activityArchive/Administration.vue
index ec1383845..36403a894 100644
--- a/src/views/modules/volunteer/activityArchive/Administration.vue
+++ b/src/views/modules/volunteer/activityArchive/Administration.vue
@@ -60,7 +60,7 @@ export default {
labelPosition: 'right',
tableData: [],
pageNo: 1,
- pageSize: window.localStorage.getItem("pageSize") || 20,
+ pageSize:20,
};
},
props:{
diff --git a/src/views/modules/volunteer/activityArchive/Points.vue b/src/views/modules/volunteer/activityArchive/Points.vue
index f400a3c8e..5fa2b1bde 100644
--- a/src/views/modules/volunteer/activityArchive/Points.vue
+++ b/src/views/modules/volunteer/activityArchive/Points.vue
@@ -3,7 +3,7 @@
是否发放积分
-
+
@@ -76,7 +76,7 @@ export default {
mobile:"",
options:[
{value:1,label:"已发放"},
- {value:"",label:"未发放"},
+ {value:'',label:"未发放"},
]
}
@@ -90,6 +90,17 @@ export default {
}
},
methods: {
+ handleSizeChange(val) {
+ console.log(`每页 ${val} 条`);
+ this.pageSize = val;
+ window.localStorage.setItem("pageSize", val);
+ this.getlist();
+ },
+ handleCurrentChange(val) {
+ console.log(`当前页: ${val}`);
+ this.pageNo = val;
+ this.getlist();
+ },
//查询
handleSearch(){
console.log("this.long");
diff --git a/src/views/modules/volunteer/activityArchive/add.vue b/src/views/modules/volunteer/activityArchive/add.vue
index cce73aed2..a0e63b6c0 100644
--- a/src/views/modules/volunteer/activityArchive/add.vue
+++ b/src/views/modules/volunteer/activityArchive/add.vue
@@ -74,7 +74,9 @@
-->
-
+
+
@@ -96,7 +98,7 @@
@change="handleSwitchChange">
-
+
-->
- 查看
+ 修改
下线
上线
@@ -91,9 +91,9 @@
width="1000px" top="10vh" class="dialog-h" @closed="diaClose">
-
-
+
@@ -118,10 +118,10 @@
import add from "./add.vue"
import ActivityCountshow from "./Administration.vue"
import Points from "./Points.vue"
- import select from "./select.vue"
+ import selecthande from "./select.vue"
export default {
- components: {add,ActivityCountshow,Points,select },
+ components: {add,ActivityCountshow,Points,selecthande },
data() {
return {
diff --git a/src/views/modules/volunteer/activityArchive/select.vue b/src/views/modules/volunteer/activityArchive/select.vue
index 739a3cc00..ab63eb490 100644
--- a/src/views/modules/volunteer/activityArchive/select.vue
+++ b/src/views/modules/volunteer/activityArchive/select.vue
@@ -74,7 +74,9 @@
-->
-
+
+
@@ -107,7 +109,7 @@
-
\ No newline at end of file
+}
+
+
\ No newline at end of file
diff --git a/src/views/modules/volunteer/pointsRedemption/Select.vue b/src/views/modules/volunteer/pointsRedemption/Select.vue
index 90aeddbf8..aeed5c8f2 100644
--- a/src/views/modules/volunteer/pointsRedemption/Select.vue
+++ b/src/views/modules/volunteer/pointsRedemption/Select.vue
@@ -14,7 +14,8 @@
{{ tableData.points}}
- {{ tableData.expireTime}}
+ {{ tableData.expireTime }}
+
{{ tableData.redeemerOrgName}}
diff --git a/src/views/modules/volunteer/pointsRedemption/add.vue b/src/views/modules/volunteer/pointsRedemption/add.vue
index 95939f7c5..2c09d10ec 100644
--- a/src/views/modules/volunteer/pointsRedemption/add.vue
+++ b/src/views/modules/volunteer/pointsRedemption/add.vue
@@ -1,6 +1,6 @@
-
@@ -34,42 +34,45 @@
-
+
-
- 不限数目
-
-
自定义
-
+
+
+
-
-
+
-
+
-
+
-
+
- 提交
+ 提交
取消
@@ -111,42 +114,23 @@ export default {
],
radio:'1',
- orgOptions:[]
+ orgOptions:[],
+ rules: {
+ sponsorMobile: [
+ { required: true, message: '联系电话不能为空', trigger: 'blur' },
+ { pattern: /^1[3-9]\d{9}$/, message: '请输入正确的手机号码', trigger: 'blur' }
+ ]
+ }
};
+
},
- props:{
- list:{
- type: Object,
- default: () => {}
- }
- },
+
+
created() {
this.getclasses()
this.getOrgTreeList()
},
methods: {
- //更改
- async updateForm(){
- console.log(this.formData,"formData");
- const url = "/voluntary/pointsAward/admin/update";
- let params = {
- ...this.formData
- }
- console.log(params,"formData");
- const { data, code, msg } = await requestPost(url, params)
- if (code === 0) {
- console.log("列表请求成功!!!!!!!!!!!!!!");
- this.TypeList=data
- this.total = data.total || 0;
- this.tableData = data.list
- console.log(this.tableData,"this.tableData");
- this.formData={}
- this.$emit('closeDialog')
- } else {
- this.$message.error(msg || "列表请求失败");
- }
-
- },
//获取当前组织
getOrgTreeList() {
this.$http
@@ -180,11 +164,6 @@ export default {
if (code === 0) {
console.log("列表请求成功!!!!!!!!!!!!!!");
this.TypeList=data
- this.total = data.total || 0;
- this.tableData = data.list
- console.log(this.tableData,"this.tableData");
-
-
} else {
this.$message.error(msg || "列表请求失败");
}
@@ -197,24 +176,33 @@ export default {
},
//提交
async submitForm(){
- console.log(this.formData,"formData");
+ if (this.formData.classKey == '') {
+ this.$message.error('请选择分类');
+ return;
+ }
+ if (this.formData.awardName == '') {
+ this.$message.error('请输入标题');
+ return;
+ }
+ if (this.formData.points == '') {
+ this.$message.error('请输入积分');
+ return;
+ }
+ if (this.formData.redeemerOrgId == '') {
+ this.$message.error('请选择发布乏味');
+ return;
+ }
const url = "/voluntary/pointsAward/admin/add";
let params = {
...this.formData
}
- console.log(params,"formData");
const { data, code, msg } = await requestPost(url, params)
if (code === 0) {
- console.log("列表请求成功!!!!!!!!!!!!!!");
- this.TypeList=data
- this.total = data.total || 0;
- this.tableData = data.list
- console.log(this.tableData,"this.tableData");
- this.formData={}
+
this.$emit('closeDialog')
} else {
- this.$message.error(msg || "列表请求失败");
+ this.$message.error(msg || "提交失败");
}
}
diff --git a/src/views/modules/volunteer/pointsRedemption/record.vue b/src/views/modules/volunteer/pointsRedemption/record.vue
index 1d261e464..4ef4e29c1 100644
--- a/src/views/modules/volunteer/pointsRedemption/record.vue
+++ b/src/views/modules/volunteer/pointsRedemption/record.vue
@@ -1,7 +1,30 @@
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+ 至
+
+
+
+ 查询
+
+
+
+
+
+
+
+
+
@@ -134,13 +157,10 @@ export default {
redeemTimeTo:this.searchData.redeemTimeTo,
pageSize:this.pageSize,
pageNo:this.pageNo
-
}
console.log(params,"params");
console.log(this.awardId,"awardId"
-
)
-
const { data, code, msg } = await requestGet(url, params)
if (code === 0) {
console.log("列表请求成功!!!!!!!!!!!!!!");
diff --git a/src/views/modules/volunteer/pointsRedemption/update.vue b/src/views/modules/volunteer/pointsRedemption/update.vue
index f3eb8bd5e..00d797014 100644
--- a/src/views/modules/volunteer/pointsRedemption/update.vue
+++ b/src/views/modules/volunteer/pointsRedemption/update.vue
@@ -1,79 +1,82 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 不限数目
-
- 自定义
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 提交
- 取消
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 提交
+ 取消
+
+
+
+
\ No newline at end of file
diff --git a/src/views/modules/volunteer/activityArchive/select.vue b/src/views/modules/volunteer/activityArchive/select.vue
index 4547ac7c8..3153cb16d 100644
--- a/src/views/modules/volunteer/activityArchive/select.vue
+++ b/src/views/modules/volunteer/activityArchive/select.vue
@@ -3,43 +3,44 @@
-
+
-
+
-
+
-
-
+
-
+
-
+
至
+ format="yyyy-MM-dd HH:mm:ss" value-format="yyyy-MM-dd HH:mm:ss" style="width: 150px;"
+ @change="actcontrolTime">
-
+
不限名额
@@ -49,20 +50,19 @@
-
+
-
-
+
+
-
-
+
+
-
+
-
-
+
-
-
+
+
+
+
+
+
-
-
+
+
+
-
+
+
+
+
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
@@ -199,7 +208,6 @@ export default {
name:"线下活动"
}
],
- fileList: [],
uploadUlr: window.SITE_CONFIG['apiURL'] + '/oss/file/uploadvariedfile',
tableDate:{},
rules: {
@@ -242,15 +250,23 @@ export default {
},
components: { fileList,Tinymce,UploadImage},
async mounted () {
+ this.getTableData()
// this.startLoading()
// await this.loadInfo()
// this.endLoading()
console.log(this.list,"dsfslfjl");
this.getOrgTreeList()
- this.getTableData()
+
},
methods: {
+ //删除动态
+ removeDomain(item) {
+ var index = this.formData.sponsors.indexOf(item)
+ if (index !== -1) {
+ this.formData.sponsors.splice(index, 1)
+ }
+ },
//获取活动详情
async getTableData() {
// const url = "http://yapi.elinkservice.cn/mock/245/gov/project/project/project-list";
@@ -261,8 +277,10 @@ export default {
requestGet(url, params).then((res) => {
if (res.code == 0) {
this.formData=res.data;
- this.tableDate=res.data.sponsors,
+ this.formData.sponsors=res.data.sponsors,
this.searchValue=res.data.address
+ this.formData.activityImgs=res.data.imgs
+
} else {
this.$message.error(res.msg);
}
@@ -298,9 +316,7 @@ export default {
},
//提交
async handleComfirm() {
- console.log(this.tableDate);
- this.formData.sponsors.push(this.tableDate);
- console.log(this.formData,"this,formD");
+
if (this.formData.address == '') {
this.$message.error('请输入活动地点');
return;
@@ -353,7 +369,7 @@ export default {
this.$message.error('请填写报名截止时间');
return;
}
- let url="/voluntary/activityInfo/saveInfo";
+ let url="/voluntary/activityInfo/updateInfo";
let parms={
...this.formData
}
@@ -363,7 +379,7 @@ export default {
console.log(res,"res");
if (res.code==0) {
this.$message.success('添加成功');
- this.$emit('AddClose')
+ this.$emit('updateClose')
// this.$router.push({path:'/volunteer/activityArchive'})
}else{
this.$message.error(res.msg);
@@ -587,7 +603,7 @@ export default {
handleCancle () {
console.log( "kdsljk");
- this.$emit('AddClose')
+ this.$emit('updateClose')
},
// 开启加载动画
From 0c87c87dc8b10cb814de332c6538edf4dd09e5e7 Mon Sep 17 00:00:00 2001
From: mk <2403457699@qq.com>
Date: Wed, 28 Aug 2024 18:13:18 +0800
Subject: [PATCH 38/42] =?UTF-8?q?=E5=9B=BE=E7=89=87=E5=9B=9E=E5=A1=AB=20?=
=?UTF-8?q?=E5=9C=B0=E5=9B=BE=E9=87=8D=E5=A4=8D=E6=89=93=E5=BC=80=E6=B2=A1?=
=?UTF-8?q?=E6=9C=89=E5=8A=A0=E8=BD=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../modules/volunteer/activityArchive/add.vue | 3 +++
.../volunteer/activityArchive/index.vue | 8 ++++----
.../volunteer/activityArchive/select.vue | 18 +++++++-----------
3 files changed, 14 insertions(+), 15 deletions(-)
diff --git a/src/views/modules/volunteer/activityArchive/add.vue b/src/views/modules/volunteer/activityArchive/add.vue
index b2fc8b71a..735a39651 100644
--- a/src/views/modules/volunteer/activityArchive/add.vue
+++ b/src/views/modules/volunteer/activityArchive/add.vue
@@ -600,6 +600,9 @@ export default {
},
+ },
+ destroyed () {
+ map = null
}
}
diff --git a/src/views/modules/volunteer/activityArchive/index.vue b/src/views/modules/volunteer/activityArchive/index.vue
index 74d91ad84..026302cdd 100644
--- a/src/views/modules/volunteer/activityArchive/index.vue
+++ b/src/views/modules/volunteer/activityArchive/index.vue
@@ -89,12 +89,12 @@
-
+ width="1000px" top="10vh" class="dialog-h" @closed="AddClose" v-if="add">
+
-
+ width="1000px" top="10vh" class="dialog-h" @closed="updateClose" v-if="showselect" >
+
diff --git a/src/views/modules/volunteer/activityArchive/select.vue b/src/views/modules/volunteer/activityArchive/select.vue
index 3153cb16d..70cbd6da7 100644
--- a/src/views/modules/volunteer/activityArchive/select.vue
+++ b/src/views/modules/volunteer/activityArchive/select.vue
@@ -24,8 +24,8 @@
-
+ :on-exceed="handleImgExceed" :before-upload="beforeImgUpload" list-type="picture-card" >
+
@@ -254,7 +254,6 @@ export default {
// this.startLoading()
// await this.loadInfo()
// this.endLoading()
- console.log(this.list,"dsfslfjl");
this.getOrgTreeList()
},
@@ -271,15 +270,12 @@ export default {
async getTableData() {
// const url = "http://yapi.elinkservice.cn/mock/245/gov/project/project/project-list";
const url = `/voluntary/activityInfo/detail/${this.list.id}`;
- let params = {
-
- }
- requestGet(url, params).then((res) => {
+ requestGet(url).then((res) => {
if (res.code == 0) {
this.formData=res.data;
this.formData.sponsors=res.data.sponsors,
this.searchValue=res.data.address
- this.formData.activityImgs=res.data.imgs
+ this.formData.activityImgs=[{url:res.data.imgs}]
} else {
this.$message.error(res.msg);
@@ -523,9 +519,6 @@ export default {
this.activityImgs.push(res.data.url);
this.formData.imgs=this.activityImgs[0]
console.log( this.formData.imgs," this.formData.imgs");
-
-
-
} else {
this.$message.error(res.msg);
}
@@ -640,6 +633,9 @@ export default {
}
+ },
+ destroyed () {
+ map = null
}
}
From 3b8d5643064efaca339947a916e11641f50aa51c 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:17:46 +0800
Subject: [PATCH 39/42] =?UTF-8?q?=E6=9F=A5=E7=9C=8B=E5=88=97=E8=A1=A8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../modules/volunteer/activityArchive/add.vue | 42 ++--
.../volunteer/activityArchive/index.vue | 4 +-
.../volunteer/activityArchive/realselect.vue | 202 ++++++++----------
.../volunteer/activityArchive/select.vue | 38 ++--
4 files changed, 149 insertions(+), 137 deletions(-)
diff --git a/src/views/modules/volunteer/activityArchive/add.vue b/src/views/modules/volunteer/activityArchive/add.vue
index 735a39651..2ded9e146 100644
--- a/src/views/modules/volunteer/activityArchive/add.vue
+++ b/src/views/modules/volunteer/activityArchive/add.vue
@@ -57,7 +57,7 @@
-
+
@@ -104,17 +104,7 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
@@ -192,7 +192,10 @@ export default {
latitude: this.$store.state.user.latitude,//纬度
type:"",
online:0,
- sponsors:[
+ sponsors:[{
+ name:"",
+ phone:""
+ }
]
},
@@ -258,6 +261,19 @@ export default {
},
methods: {
+ //删除动态
+ removeDomain(item) {
+ var index = this.formData.sponsors.indexOf(item)
+ if (index !== -1) {
+ this.formData.sponsors.splice(index, 1)
+ }
+ },
+ //动态列表
+ addDomain() {
+ console.log(this.formData.sponsors,this.tableDate,);
+ this.formData.sponsors.push(this.tableDate);
+ console.log(this.formData.sponsors,this.tableDate,);
+ },
//控制活动时间
actcontrolTime(){
console.log("dislfj");
diff --git a/src/views/modules/volunteer/activityArchive/index.vue b/src/views/modules/volunteer/activityArchive/index.vue
index 026302cdd..37149c6db 100644
--- a/src/views/modules/volunteer/activityArchive/index.vue
+++ b/src/views/modules/volunteer/activityArchive/index.vue
@@ -124,10 +124,10 @@
import ActivityCountshow from "./Administration.vue"
import Points from "./Points.vue"
import selecthande from "./select.vue"
- import realselect from "./realselect.vue"
+ import realselect from "./realselect.vue"
export default {
- components: {add,ActivityCountshow,Points,selecthande },
+ components: {add,ActivityCountshow,Points,realselect },
data() {
return {
diff --git a/src/views/modules/volunteer/activityArchive/realselect.vue b/src/views/modules/volunteer/activityArchive/realselect.vue
index be429c203..0a4c15db5 100644
--- a/src/views/modules/volunteer/activityArchive/realselect.vue
+++ b/src/views/modules/volunteer/activityArchive/realselect.vue
@@ -1,128 +1,116 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ formData.strTime }}至{{ formData.endTime }}
+
+
+
+
+ 不限名额
+
+
+
+ {{ formData.type }}
+
+
+ {{ formData.linkman }}
+
+
+ {{ formData.linkMobile }}
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 至
-
-
-
-
-
-
+
+ {{formData.conditions}}
+
+
+
+ {{formData.signInTime}}至 {{formData.signOutTime}}
+
+
+ {{ formData.deadline }}
+
+
+
+
+
+
+
+
+ {{ item.name }}
-
-
-
+
+ {{item.phone}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+ {{ searchValue }}
+
+
+
+
-
-
+
+
+
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()
From a851009edaf384658f5c68ac9a505f5cb49df577 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: Thu, 29 Aug 2024 09:31:31 +0800
Subject: [PATCH 41/42] =?UTF-8?q?=E7=A7=AF=E5=88=86=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../modules/volunteer/VolManage/integral.vue | 10 +++-------
.../volunteer/activityArchive/Points.vue | 17 +++++++++-------
.../volunteer/pointsRedemption/record.vue | 20 +++++++++----------
3 files changed, 22 insertions(+), 25 deletions(-)
diff --git a/src/views/modules/volunteer/VolManage/integral.vue b/src/views/modules/volunteer/VolManage/integral.vue
index 5fa37266e..435d90c78 100644
--- a/src/views/modules/volunteer/VolManage/integral.vue
+++ b/src/views/modules/volunteer/VolManage/integral.vue
@@ -81,17 +81,13 @@
-
+
diff --git a/src/views/modules/volunteer/activityArchive/Points.vue b/src/views/modules/volunteer/activityArchive/Points.vue
index b1601c3d9..63c532259 100644
--- a/src/views/modules/volunteer/activityArchive/Points.vue
+++ b/src/views/modules/volunteer/activityArchive/Points.vue
@@ -59,21 +59,22 @@
-
+
-
-
-
+
+
@@ -116,7 +117,9 @@ export default {
methods: {
handleDetail(row){
console.log(row,"row");
- this.add=true
+ this.info=true
+ console.log(this.info,"info");
+
this.fmData=row
},
diff --git a/src/views/modules/volunteer/pointsRedemption/record.vue b/src/views/modules/volunteer/pointsRedemption/record.vue
index e536163d6..0ab30cbee 100644
--- a/src/views/modules/volunteer/pointsRedemption/record.vue
+++ b/src/views/modules/volunteer/pointsRedemption/record.vue
@@ -69,19 +69,17 @@
-
-
+
+
+
+
+
+
Date: Thu, 29 Aug 2024 09:34:10 +0800
Subject: [PATCH 42/42] =?UTF-8?q?=E6=89=93=E5=8D=A1=E6=AC=A1=E6=95=B0?=
=?UTF-8?q?=E5=88=A0=E9=99=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/modules/volunteer/activityArchive/Points.vue | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/modules/volunteer/activityArchive/Points.vue b/src/views/modules/volunteer/activityArchive/Points.vue
index 63c532259..b70f96ab3 100644
--- a/src/views/modules/volunteer/activityArchive/Points.vue
+++ b/src/views/modules/volunteer/activityArchive/Points.vue
@@ -53,8 +53,8 @@
.
-
-
+