|
|
|
@ -454,7 +454,11 @@
|
|
|
|
</button>
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="g_flex_1 g_flex_column_center">
|
|
|
|
<div class="g_flex_1 g_flex_column_center">
|
|
|
|
<g-button btnText="我要报名" class="g_flex_1 g_fw_600" size="small_auto" :type="jobDetail.recruitment == 2 || !attention ? 'infro' : 'primary'" @clickBtn="handleOpenApplyPopup"></g-button>
|
|
|
|
<g-button btnText="我要报名" class="g_flex_1 g_fw_600" size="small_auto"
|
|
|
|
|
|
|
|
:type="jobDetail.recruitment == 2 || !attention ? 'infro' : 'primary'"
|
|
|
|
|
|
|
|
@clickBtn="handleOpenApplyPopup"
|
|
|
|
|
|
|
|
style="width: calc(100% - 36px);"
|
|
|
|
|
|
|
|
></g-button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</slot>
|
|
|
|
</slot>
|
|
|
|
|