fix:取消”开启学习之旅“按钮

This commit is contained in:
zxj
2025-12-23 16:03:37 +08:00
parent 2634e534c9
commit a154c91c5e

View File

@@ -31,19 +31,14 @@
</div>
<div class="col-md-12 send_btn">
<button
v-if="
(!approvalResults ||
approvalResults == '1' ||
approvalResults == '4') &&
allowSelfRegistration
"
v-if="allowSelfRegistration"
class="btn btn-default btn-lg send center-block start-btn"
:disabled="enrollLoading || !isPublish"
@click="handleEnrollClick"
>
报名社招新员工项目
</button>
<button
<!-- <button
v-if="
approvalResults == '2' ||
approvalResults == '3' ||
@@ -54,7 +49,7 @@
@click="handleEnrollClick"
>
开启学习之旅
</button>
</button> -->
<p
v-if="isPublish"
style="