@@ -68,7 +68,7 @@
</div>
<div v-else>
<v-btn
- v-if="(info?.type && Number(info.type) === 1) && tab === 0 && !val.internshipEnterprise"
+ v-if="(info?.type && Number(info.type) === 1) && tab === '0' && !val.internshipEnterprise"
color="primary" size="small"
class="ml-3"
@click="handleReport(val)"