From e4100ecc3a88273dcdbc2c1452d4e9f00736f3db Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Sat, 28 Aug 2021 10:17:44 +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