mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-13 04:46:44 +08:00
fix:报名状态校验调整
This commit is contained in:
@@ -32,7 +32,9 @@
|
||||
<div class="col-md-12 send_btn">
|
||||
<button
|
||||
v-if="
|
||||
(approvalResults == '1' || approvalResults == '4') &&
|
||||
(!approvalResults ||
|
||||
approvalResults == '1' ||
|
||||
approvalResults == '4') &&
|
||||
allowSelfRegistration
|
||||
"
|
||||
class="btn btn-default btn-lg send center-block start-btn"
|
||||
|
||||
Reference in New Issue
Block a user