|
@@ -41,7 +41,7 @@
|
|
<button @tap="preview(val?.recommendationLetter)" class="ss-m-l-10" type="warning" size="mini" style="color:#fff; backgroundColor:#00897b;borderColor:#00897b">企业推荐信</button>
|
|
<button @tap="preview(val?.recommendationLetter)" class="ss-m-l-10" type="warning" size="mini" style="color:#fff; backgroundColor:#00897b;borderColor:#00897b">企业推荐信</button>
|
|
</view>
|
|
</view>
|
|
<!-- 等待中 -->
|
|
<!-- 等待中 -->
|
|
- <view v-if="!current && val.job?.bizId && !val.internshipEnterprise" style="text-align: right;">
|
|
|
|
|
|
+ <view v-if="!current && !val.internshipEnterprise" style="text-align: right;">
|
|
<view class="line ss-m-y-20"></view>
|
|
<view class="line ss-m-y-20"></view>
|
|
<button @tap.stop="handleReport(val)" class="ss-m-l-10" type="warning" size="mini" style="color:#fff; backgroundColor:#00897b;borderColor:#00897b">上报为实习企业</button>
|
|
<button @tap.stop="handleReport(val)" class="ss-m-l-10" type="warning" size="mini" style="color:#fff; backgroundColor:#00897b;borderColor:#00897b">上报为实习企业</button>
|
|
</view>
|
|
</view>
|