diff --git a/project/qujing/app/AppExaminationManage/components/List.vue b/project/qujing/app/AppExaminationManage/components/List.vue index 90b67165..ea8baaee 100644 --- a/project/qujing/app/AppExaminationManage/components/List.vue +++ b/project/qujing/app/AppExaminationManage/components/List.vue @@ -166,7 +166,7 @@ }, unshelf (id) { - this.$confirm('确定下架该活动?').then(() => { + this.$confirm('确定下架该考试?').then(() => { this.instance.post(`/app/appexaminationinfo/revoke?id=${id}`).then(res => { if (res.code == 0) { this.$message.success('下架成功!') @@ -177,7 +177,7 @@ }, remove (id) { - this.$confirm('确定删除该活动?').then(() => { + this.$confirm('确定删除该考试?').then(() => { this.instance.post(`/app/appexaminationinfo/delete?id=${id}`).then(res => { if (res.code == 0) { this.$message.success('删除成功!')