Administrator
2021-10-27 a521131c5b8b74faf9ed9471024daa34d3d0e3d4
src/views/trainExam/performance.vue
@@ -95,12 +95,12 @@
                >缺考标记</el-button
              >
              <el-button
                icon="el-icon-s-flag"
                icon="el-icon-s-promotion"
                @click="openzhengjian(row)"
                :disabled="row.qualified != 0"
                :size="size"
                :type="type"
                >打印证件</el-button
                >发证</el-button
              >
            </template>
          </avue-crud>
@@ -774,6 +774,10 @@
    uploadAfter(res, done, loading, column) {
      window.console.log(column);
      this.excelBox = false;
      // this.$message({
      //   type: "success",
      //   message: "操作成功!",
      // });
      this.refreshChange();
      done();
    },