Administrator
2021-08-03 3971344d13583fcc9e08d968d15f6a281bff1166
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>