liuyg
2021-08-04 746bdcb49d537de9f1654bc365c3f12bbeaa54a0
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>