fix:报名状态校验调整

This commit is contained in:
zxj
2025-12-11 23:10:39 +08:00
parent b3fcf750d0
commit 8d410a80c4

View File

@@ -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"