src/views/trainingRegistration/index.vue
@@ -37,6 +37,7 @@ @click="revoke(row)" :size="size" :type="type" :disabled="row.cancel==2" >撤销报名</el-button > <el-button @@ -44,6 +45,7 @@ @click="affirmApply(row)" :size="size" :type="type" :disabled="row.cancel==2" >确认报名</el-button> </template> </avue-crud>