From a521131c5b8b74faf9ed9471024daa34d3d0e3d4 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Wed, 27 Oct 2021 15:39:44 +0800
Subject: [PATCH] 考试申请修改

---
 src/views/trainExam/performance.vue |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/views/trainExam/performance.vue b/src/views/trainExam/performance.vue
index c4fc148..a2feeef 100644
--- a/src/views/trainExam/performance.vue
+++ b/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();
     },

--
Gitblit v1.9.3