From a50a23072b3ddcf2f7f4420e8ff89fff8557bf9d Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Tue, 14 Jun 2022 08:46:50 +0800
Subject: [PATCH] 成绩查询,报名清册修改

---
 src/views/trainApply/index.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/views/trainApply/index.vue b/src/views/trainApply/index.vue
index ec87ff4..433828f 100644
--- a/src/views/trainApply/index.vue
+++ b/src/views/trainApply/index.vue
@@ -74,6 +74,7 @@
         <el-button
           :type="type"
           size="small"
+          style="display:none"
           icon="el-icon-receiving"
           :disabled="
             row.candidateNo == '' || row.cancel == 2 || row.auditStatus == 2

--
Gitblit v1.9.3