| src/views/trainingRegistration/index.vue | ●●●●● patch | view | raw | blame | history |
src/views/trainingRegistration/index.vue
@@ -39,7 +39,7 @@ :size="size" :type="type" :disabled="row.cancel==2" >撤销报名</el-button >取消报名</el-button > <el-button icon="el-icon-folder-checked" @@ -196,7 +196,7 @@ }) }, revoke(row,done,loading) { this.$confirm("确定撤销报名?", { this.$confirm("确定取消报名?", { confirmButtonText: "确定", cancelButtonText: "取消", type: "warning", @@ -208,7 +208,7 @@ this.onLoad(this.page); this.$message({ type: "success", message: "成功撤销报名!", message: "取消报名成功!", }); done(); },