| src/views/trainingRegistration/index.vue | ●●●●● patch | view | raw | blame | history |
src/views/trainingRegistration/index.vue
@@ -90,7 +90,7 @@ v-if="permission.applyexam_cancel" :disabled="row.cancel == 2" @click="handleCancel(row)" >取消报名 >撤销报名 </el-button> <el-button style="display: none" @@ -1094,7 +1094,7 @@ //取消报名 handleCancel(row) { this.$confirm("确定取消报名?", { this.$confirm("确定撤销报名?", { confirmButtonText: "确定", cancelButtonText: "取消", type: "warning",