| | |
| | | :enterpriseName="enterpriseDetail?.enterpriseName ?? ''" |
| | | :taskCount="enterpriseDetail?.taskCount ?? 0" |
| | | :isReal="enterpriseDetail?.isReal ?? false" |
| | | :supplierEnterpriseName="enterpriseDetail?.supplierEnterpriseName ?? ''" |
| | | ></CompanyDesc> |
| | | </ContentView> |
| | | <div style="flex: 1; min-height: 0"> |
| | |
| | | <span v-if="showReal" class="danger">未认证</span> | {{ taskCount }}个岗位在招 |
| | | </div> |
| | | </div> |
| | | <div class="taskDetail-company-info"> |
| | | <div class="taskDetail-company-info" v-if="supplierEnterpriseName"> |
| | | <div class="taskDetail-company-info-text"> |
| | | {{ `该岗位由${supplierEnterpriseName}公司承揽` }} |
| | | </div> |