From 03d3cefa00da632fb4208d085ca853d2a85797e0 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Tue, 17 Aug 2021 17:06:18 +0800
Subject: [PATCH] 成绩管理修改

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

diff --git a/src/views/trainApply/index.vue b/src/views/trainApply/index.vue
index f5bc5e0..758fc16 100644
--- a/src/views/trainApply/index.vue
+++ b/src/views/trainApply/index.vue
@@ -63,7 +63,7 @@
                             :type="type"
                             size="small"
                             icon="el-icon-receiving"
-                            :disabled="row.cancel==2"
+                            :disabled="row.candidateNo==''"
                             @click="handlePrint(row)"
                             >准考证打印
                             </el-button>

--
Gitblit v1.9.3