|
|
|
|
|
|
|
|
<a-col span="18"> |
|
|
<a-col span="18"> |
|
|
<a-row :gutter="20"> |
|
|
<a-row :gutter="20"> |
|
|
<a-col span="4"> |
|
|
<a-col span="4"> |
|
|
<a-anchor :get-container="getContainer" :target-offset="50" :items="menu_list" |
|
|
|
|
|
@click="anchorClick"></a-anchor> |
|
|
|
|
|
|
|
|
<div style="position: fixed; top: 90px; z-index:99;"> |
|
|
|
|
|
<a-anchor style="width: 210px !important;" :get-container="getContainer" :target-offset="50" :items="menu_list" |
|
|
|
|
|
@click="anchorClick"></a-anchor> |
|
|
|
|
|
</div> |
|
|
</a-col> |
|
|
</a-col> |
|
|
<a-col span="20"> |
|
|
<a-col span="20"> |
|
|
<div style="width: 100%;background-color: #fff;padding: 0 20px;border-radius: 8px;"> |
|
|
<div style="width: 100%;background-color: #fff;padding: 0 20px;border-radius: 8px;"> |
|
|
<div ref="abc" class="abc" style="height: calc(100vh - 100px);overflow: auto;"> |
|
|
|
|
|
|
|
|
<div ref="abc" class="abc" style="height: 100vh;overflow: auto;"> |
|
|
<a-space direction="vertical" justify="space-between" :size="36" |
|
|
<a-space direction="vertical" justify="space-between" :size="36" |
|
|
style="width: 100% !important;"> |
|
|
style="width: 100% !important;"> |
|
|
<div id="basic"> |
|
|
<div id="basic"> |
|
|
|
|
|
|
|
|
<a-typography-title :level="4"> |
|
|
<a-typography-title :level="4"> |
|
|
<div class="text-decoration"> |
|
|
<div class="text-decoration"> |
|
|
<div class="text-content">联系信息</div> |
|
|
<div class="text-content">联系信息</div> |
|
|
</div></a-typography-title> |
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
</a-typography-title> |
|
|
<FormOutlined @click="edit('contact')" v-if="editObj.contact" |
|
|
<FormOutlined @click="edit('contact')" v-if="editObj.contact" |
|
|
style="color: #4FBE70;font-size: 24px;" /> |
|
|
style="color: #4FBE70;font-size: 24px;" /> |
|
|
<PlusCircleOutlined @click="edit('contact')" v-else |
|
|
<PlusCircleOutlined @click="edit('contact')" v-else |
|
|
|
|
|
|
|
|
<a-typography-title :level="4"> |
|
|
<a-typography-title :level="4"> |
|
|
<div class="text-decoration"> |
|
|
<div class="text-decoration"> |
|
|
<div class="text-content">个人简介</div> |
|
|
<div class="text-content">个人简介</div> |
|
|
</div></a-typography-title> |
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
</a-typography-title> |
|
|
<FormOutlined @click="edit('introduction')" v-if="editObj.introduction" |
|
|
<FormOutlined @click="edit('introduction')" v-if="editObj.introduction" |
|
|
style="color: #4FBE70;font-size: 24px;" /> |
|
|
style="color: #4FBE70;font-size: 24px;" /> |
|
|
<PlusCircleOutlined @click="edit('introduction')" v-else |
|
|
<PlusCircleOutlined @click="edit('introduction')" v-else |
|
|
|
|
|
|
|
|
<a-typography-title :level="4"> |
|
|
<a-typography-title :level="4"> |
|
|
<div class="text-decoration"> |
|
|
<div class="text-decoration"> |
|
|
<div class="text-content">专业技能掌握程度</div> |
|
|
<div class="text-content">专业技能掌握程度</div> |
|
|
</div></a-typography-title> |
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
</a-typography-title> |
|
|
<FormOutlined @click="edit('skill')" v-if="editObj.skill" |
|
|
<FormOutlined @click="edit('skill')" v-if="editObj.skill" |
|
|
style="color: #4FBE70;font-size: 24px;" /> |
|
|
style="color: #4FBE70;font-size: 24px;" /> |
|
|
<PlusCircleOutlined @click="edit('skill')" v-else |
|
|
<PlusCircleOutlined @click="edit('skill')" v-else |
|
|
|
|
|
|
|
|
<a-typography-title :level="4"> |
|
|
<a-typography-title :level="4"> |
|
|
<div class="text-decoration"> |
|
|
<div class="text-decoration"> |
|
|
<div class="text-content">培训经历</div> |
|
|
<div class="text-content">培训经历</div> |
|
|
</div></a-typography-title> |
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
</a-typography-title> |
|
|
<FormOutlined @click="edit('train')" v-if="editObj.train" |
|
|
<FormOutlined @click="edit('train')" v-if="editObj.train" |
|
|
style="color: #4FBE70;font-size: 24px;" /> |
|
|
style="color: #4FBE70;font-size: 24px;" /> |
|
|
<PlusCircleOutlined @click="edit('train')" v-else |
|
|
<PlusCircleOutlined @click="edit('train')" v-else |
|
|
|
|
|
|
|
|
<a-typography-title :level="4"> |
|
|
<a-typography-title :level="4"> |
|
|
<div class="text-decoration"> |
|
|
<div class="text-decoration"> |
|
|
<div class="text-content">求职意向</div> |
|
|
<div class="text-content">求职意向</div> |
|
|
</div></a-typography-title> |
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
</a-typography-title> |
|
|
<FormOutlined @click="edit('intention')" v-if="editObj.intention" |
|
|
<FormOutlined @click="edit('intention')" v-if="editObj.intention" |
|
|
style="color: #4FBE70;font-size: 24px;" /> |
|
|
style="color: #4FBE70;font-size: 24px;" /> |
|
|
<PlusCircleOutlined @click="edit('intention')" v-else |
|
|
<PlusCircleOutlined @click="edit('intention')" v-else |
|
|
|
|
|
|
|
|
<a-typography-title :level="4"> |
|
|
<a-typography-title :level="4"> |
|
|
<div class="text-decoration"> |
|
|
<div class="text-decoration"> |
|
|
<div class="text-content">工作经历</div> |
|
|
<div class="text-content">工作经历</div> |
|
|
</div></a-typography-title> |
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
</a-typography-title> |
|
|
<FormOutlined @click="edit('experience')" v-if="editObj.experience" |
|
|
<FormOutlined @click="edit('experience')" v-if="editObj.experience" |
|
|
style="color: #4FBE70;font-size: 24px;" /> |
|
|
style="color: #4FBE70;font-size: 24px;" /> |
|
|
<PlusCircleOutlined @click="edit('experience')" v-else |
|
|
<PlusCircleOutlined @click="edit('experience')" v-else |
|
|
|
|
|
|
|
|
<a-typography-title :level="4"> |
|
|
<a-typography-title :level="4"> |
|
|
<div class="text-decoration"> |
|
|
<div class="text-decoration"> |
|
|
<div class="text-content">证书</div> |
|
|
<div class="text-content">证书</div> |
|
|
</div></a-typography-title> |
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
</a-typography-title> |
|
|
<FormOutlined @click="edit('credential')" v-if="editObj.credential" |
|
|
<FormOutlined @click="edit('credential')" v-if="editObj.credential" |
|
|
style="color: #4FBE70;font-size: 24px;" /> |
|
|
style="color: #4FBE70;font-size: 24px;" /> |
|
|
<PlusCircleOutlined @click="edit('credential')" v-else |
|
|
<PlusCircleOutlined @click="edit('credential')" v-else |