From 788edd22eb874af43c3dadcafa4bf158a2513485 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Mon, 27 Sep 2021 11:07: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 a201ecf..2a5e552 100644
--- a/src/views/trainApply/index.vue
+++ b/src/views/trainApply/index.vue
@@ -70,7 +70,7 @@
:type="type"
size="small"
icon="el-icon-refresh-left"
- :disabled="row.cancel==2"
+ :disabled="row.cancel==2 || row.isExam==2 || row.isExam==3"
@click="revoke(row)"
>取消报名
</el-button>
--
Gitblit v1.9.3