| | |
| | | <div class="job-detail-content-contact-info-item"> |
| | | <div class="job-detail-content-contact-info-item-label">身份证号:</div> |
| | | <div class="job-detail-content-contact-info-item-text"> |
| | | {{ isCollapse ? hiddenIDNumberForEnd6(identity) : '立即联系后可查看' }} |
| | | {{ isCollapse ? hiddenIDNumberForEnd4(identity) : '立即联系后可查看' }} |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | :photos="photos" |
| | | :height="height" |
| | | :weight="weight" |
| | | :shoeSize="shoeSize" |
| | | :videos="videos" |
| | | /> |
| | | </ProTabPane> |
| | |
| | | |
| | | <script setup lang="ts"> |
| | | import { FlexJobTopView, ProTabs, ProTabPane } from '@12333/components'; |
| | | import { hiddenIDNumberForEnd6 } from '@12333/utils'; |
| | | import { hiddenIDNumberForEnd4 } from '@12333/utils'; |
| | | import curriculumView from './components/curriculumView.vue'; |
| | | import experienceView from './components/experienceView.vue'; |
| | | import { EnumUserGender } from '@12333/constants'; |
| | |
| | | height?: number; |
| | | /** 体重 */ |
| | | weight?: number; |
| | | shoeSize?: number; |
| | | |
| | | taskInfoUsers?: API.GetUserResumeQueryResultExperience[]; |
| | | }; |