Administrator
2021-08-07 bc3f630d4cdbaad3cd4620cc01fd6f693f07dfcd
src/views/trainingRegistration/index.vue
@@ -1,5 +1,5 @@
<template>
  <basic-container class="recruitmentManagement">
  <basic-container>
    <avue-crud
      :option="option"
      :table-loading="loading"
@@ -43,10 +43,10 @@
        >
        <el-button
          icon="el-icon-folder-checked"
          style="display:none"
          @click="affirmApply(row)"
          :size="size"
          :type="type"
          :disabled="row.cancel==2"
          >确认报名</el-button>
      </template>
    </avue-crud>
@@ -83,12 +83,13 @@
        height: 693,
        index: true,
        labelWidth: "120",
        menuWidth: 230,
        menuWidth: 100,
        align: "center",
        selection: true,
        column: column,
        delBtn: false,
        editBtn: false,
        addBtn:false
      },
    };
  },