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