Administrator
2021-08-06 b4ebca4f40d155c754bd394f422c33636a30d692
培训报名修改
1 files modified
6 ■■■■ changed files
src/views/trainingRegistration/index.vue 6 ●●●● 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();
        },