From b1ce8351ff501e333e63f696a51e24f61eaf2cf5 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Tue, 17 Aug 2021 19:51:19 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/zhba_enterprises
---
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