|  |  | @@ -200,250 +200,251 @@ | 
		
	
		
			
			|  |  |  | </a-space> | 
		
	
		
			
			|  |  |  | </a-flex> | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | <div id="export-container" v-show="false"> | 
		
	
		
			
			|  |  |  | <div class="resume-word"> | 
		
	
		
			
			|  |  |  | <h1 class="resume-word-title" style="text-align: center;">个人简历</h1> | 
		
	
		
			
			|  |  |  | <div> | 
		
	
		
			
			|  |  |  | <br /> | 
		
	
		
			
			|  |  |  | <div class="resume-word-item"> | 
		
	
		
			
			|  |  |  | <div style="color: #4FBE70"> | 
		
	
		
			
			|  |  |  | <h3 class="resume-word-item-title-content">基本资料</h3> | 
		
	
		
			
			|  |  |  | </div> | 
		
	
		
			
			|  |  |  | <div class="resume-word-item-content"> | 
		
	
		
			
			|  |  |  | <table border="1" style="border-collapse: collapse;text-align: center;width: 100%;"> | 
		
	
		
			
			|  |  |  | <tbody> | 
		
	
		
			
			|  |  |  | <tr style="height: 30px;"> | 
		
	
		
			
			|  |  |  | <td>姓 名</td> | 
		
	
		
			
			|  |  |  | <td>{{detail.seekername}}</td> | 
		
	
		
			
			|  |  |  | <td>性 别</td> | 
		
	
		
			
			|  |  |  | <td>{{detail.gender}}</td> | 
		
	
		
			
			|  |  |  | <td rowspan="6" style="text-align: center; vertical-align: middle;"> | 
		
	
		
			
			|  |  |  | <img :src="detail.photo" alt="" width="90" height="150"> | 
		
	
		
			
			|  |  |  | </td> | 
		
	
		
			
			|  |  |  | </tr> | 
		
	
		
			
			|  |  |  | <tr style="height: 30px;"> | 
		
	
		
			
			|  |  |  | <td>出生日期</td> | 
		
	
		
			
			|  |  |  | <td>{{detail.dob}}</td> | 
		
	
		
			
			|  |  |  | <td>职 称</td> | 
		
	
		
			
			|  |  |  | <td>{{detail.title_txt}}</td> | 
		
	
		
			
			|  |  |  | </tr> | 
		
	
		
			
			|  |  |  | <tr style="height: 30px;"> | 
		
	
		
			
			|  |  |  | <td>现居住地</td> | 
		
	
		
			
			|  |  |  | <td>{{detail.now_level1_txt ? detail.now_level1_txt : ''}}{{detail.now_level2_txt ? detail.now_level2_txt : ''}}{{detail.now_level3_txt ? detail.now_level3_txt : ''}}{{detail.now_level4_txt ? detail.now_level4_txt : ''}} | 
		
	
		
			
			|  |  |  | </td> | 
		
	
		
			
			|  |  |  | <td>户口所在地</td> | 
		
	
		
			
			|  |  |  | <td>{{detail.now_level1_txt ? detail.now_level1_txt : ''}}{{detail.now_level2_txt ? detail.now_level2_txt : ''}}{{detail.now_level3_txt ? detail.now_level3_txt : ''}}{{detail.now_level4_txt ? detail.now_level4_txt : ''}} | 
		
	
		
			
			|  |  |  | </td> | 
		
	
		
			
			|  |  |  | </tr> | 
		
	
		
			
			|  |  |  | <tr style="height: 30px;"> | 
		
	
		
			
			|  |  |  | <td>学 历</td> | 
		
	
		
			
			|  |  |  | <td>{{detail.education_txt}}</td> | 
		
	
		
			
			|  |  |  | <td>婚姻状况</td> | 
		
	
		
			
			|  |  |  | <td>{{detail.marital_status_txt}}</td> | 
		
	
		
			
			|  |  |  | </tr> | 
		
	
		
			
			|  |  |  | <tr style="height: 30px;"> | 
		
	
		
			
			|  |  |  | <td>民 族</td> | 
		
	
		
			
			|  |  |  | <td>{{detail.ethnicity_txt}}</td> | 
		
	
		
			
			|  |  |  | <td>政治面貌</td> | 
		
	
		
			
			|  |  |  | <td>{{detail.political_status_txt}}</td> | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | </tr> | 
		
	
		
			
			|  |  |  | <tr style="height: 30px;"> | 
		
	
		
			
			|  |  |  | <td>体 重</td> | 
		
	
		
			
			|  |  |  | <td>{{detail.weight}}kg</td> | 
		
	
		
			
			|  |  |  | <td>身 高</td> | 
		
	
		
			
			|  |  |  | <td>{{detail.height}}cm</td> | 
		
	
		
			
			|  |  |  | </tr> | 
		
	
		
			
			|  |  |  | </tbody> | 
		
	
		
			
			|  |  |  | </table> | 
		
	
		
			
			|  |  |  | </div> | 
		
	
		
			
			|  |  |  | </div> | 
		
	
		
			
			|  |  |  | <br /> | 
		
	
		
			
			|  |  |  | <!-- 个人简介 --> | 
		
	
		
			
			|  |  |  | <div class="resume-word-item"> | 
		
	
		
			
			|  |  |  | <div style="color: #4FBE70"> | 
		
	
		
			
			|  |  |  | <h3 class="resume-word-item-title-content">个人简介</h3> | 
		
	
		
			
			|  |  |  | </div> | 
		
	
		
			
			|  |  |  | <div class="resume-word-item-content"> | 
		
	
		
			
			|  |  |  | <p v-html="detail.introduction"></p> | 
		
	
		
			
			|  |  |  | </div> | 
		
	
		
			
			|  |  |  | </div> | 
		
	
		
			
			|  |  |  | <br /> | 
		
	
		
			
			|  |  |  | <!-- 求职期望 --> | 
		
	
		
			
			|  |  |  | <div class="resume-word-item"> | 
		
	
		
			
			|  |  |  | <div style="color: #4FBE70"> | 
		
	
		
			
			|  |  |  | <h3 class="resume-word-item-title-content">求职期望</h3> | 
		
	
		
			
			|  |  |  | </div> | 
		
	
		
			
			|  |  |  | <div class="resume-word-item-content"> | 
		
	
		
			
			|  |  |  | <table border="1" style="border-collapse: collapse;width: 100%;text-align: center;"> | 
		
	
		
			
			|  |  |  | <tbody> | 
		
	
		
			
			|  |  |  | <tr style="height: 30px;"> | 
		
	
		
			
			|  |  |  | <td style="width: 20%;">求职类型</td> | 
		
	
		
			
			|  |  |  | <td style="width: 30%;">{{detail.job_type_txt}}</td> | 
		
	
		
			
			|  |  |  | <td style="width: 20%;">可到职日期</td> | 
		
	
		
			
			|  |  |  | <td style="width: 30%;">{{detail.available_date_txt}}</td> | 
		
	
		
			
			|  |  |  | </tr> | 
		
	
		
			
			|  |  |  | <tr style="height: 30px;"> | 
		
	
		
			
			|  |  |  | <td style="width: 20%;">人才类型</td> | 
		
	
		
			
			|  |  |  | <td style="width: 30%;">{{detail.talent_type_txt}}</td> | 
		
	
		
			
			|  |  |  | <td style="width: 20%;">工作经验</td> | 
		
	
		
			
			|  |  |  | <td style="width: 30%;">{{detail.work_experience}}年</td> | 
		
	
		
			
			|  |  |  | </tr> | 
		
	
		
			
			|  |  |  | <tr style="height: 30px;"> | 
		
	
		
			
			|  |  |  | <td style="width: 20%;">月薪要求</td> | 
		
	
		
			
			|  |  |  | <td colspan="3" style="width: 80%;">{{detail.salary_range_txt}}</td> | 
		
	
		
			
			|  |  |  | </tr> | 
		
	
		
			
			|  |  |  | <tr style="height: 30px;" v-for="(item,index) in detail.desire_areas"> | 
		
	
		
			
			|  |  |  | <td style="width: 20%;">期望工作地区{{index + 1}}</td> | 
		
	
		
			
			|  |  |  | <td colspan="3" style="width: 80%;"> | 
		
	
		
			
			|  |  |  | {{item.level1_txt ? item.level1_txt : ''}}{{item.level2_txt ? item.level2_txt : ''}}{{item.level3_txt ? item.level3_txt : ''}}{{item.level4_txt ? item.level4_txt : ''}} | 
		
	
		
			
			|  |  |  | </td> | 
		
	
		
			
			|  |  |  | </tr> | 
		
	
		
			
			|  |  |  | <tr style="height: 30px;" v-for="(item,index) in detail.desire_industrys"> | 
		
	
		
			
			|  |  |  | <td style="width: 20%;">期望从事行业{{index + 1}}</td> | 
		
	
		
			
			|  |  |  | <td colspan="3" style="width: 80%;">{{item.industry_txt}}</td> | 
		
	
		
			
			|  |  |  | </tr> | 
		
	
		
			
			|  |  |  | <tr style="height: 30px;" v-for="(item,index) in detail.desire_positions"> | 
		
	
		
			
			|  |  |  | <td style="width: 20%;">期望从事职位{{index + 1}}</td> | 
		
	
		
			
			|  |  |  | <td colspan="3" style="width: 80%;"> | 
		
	
		
			
			|  |  |  | {{item.level1_txt ? item.level1_txt : ''}}{{item.level2_txt ? item.level2_txt : ''}} | 
		
	
		
			
			|  |  |  | </td> | 
		
	
		
			
			|  |  |  | </tr> | 
		
	
		
			
			|  |  |  | </tbody> | 
		
	
		
			
			|  |  |  | </table> | 
		
	
		
			
			|  |  |  | </div> | 
		
	
		
			
			|  |  |  | </div> | 
		
	
		
			
			|  |  |  | <br /> | 
		
	
		
			
			|  |  |  | <!-- 教育培训 --> | 
		
	
		
			
			|  |  |  | <div class="resume-word-item"> | 
		
	
		
			
			|  |  |  | <div style="color: #4FBE70"> | 
		
	
		
			
			|  |  |  | <h3 class="resume-word-item-title-content">教育培训</h3> | 
		
	
		
			
			|  |  |  | </div> | 
		
	
		
			
			|  |  |  | <div class="resume-word-item-content"> | 
		
	
		
			
			|  |  |  | <table border="1" style="border-collapse: collapse;width: 100%;text-align: center;"> | 
		
	
		
			
			|  |  |  | <thead> | 
		
	
		
			
			|  |  |  | <th style="height: 30px;width:20%;">起止时间</th> | 
		
	
		
			
			|  |  |  | <th style="height: 30px;width:20%;">学校/培训机构</th> | 
		
	
		
			
			|  |  |  | <th style="height: 30px;width: 20%;">专业</th> | 
		
	
		
			
			|  |  |  | <th style="height: 30px;width:20%;">曾担任的职务</th> | 
		
	
		
			
			|  |  |  | <th style="height: 30px;width: 20%;">获得证书奖项</th> | 
		
	
		
			
			|  |  |  | </thead> | 
		
	
		
			
			|  |  |  | <tbody> | 
		
	
		
			
			|  |  |  | <tr style="height: 30px;" v-for="(item,index) in detail.trainings"> | 
		
	
		
			
			|  |  |  | <td style="width: 20%;"> | 
		
	
		
			
			|  |  |  | {{item.start_year}}.{{item.start_month}}至{{item.end_year}}.{{item.end_month}} | 
		
	
		
			
			|  |  |  | </td> | 
		
	
		
			
			|  |  |  | <td style="width: 20%;">{{item.school_or_institution}}</td> | 
		
	
		
			
			|  |  |  | <td style="width: 20%;">{{item.major}}</td> | 
		
	
		
			
			|  |  |  | <td style="width: 20%;">{{item.positions_held}}</td> | 
		
	
		
			
			|  |  |  | <td style="width: 20%;"> | 
		
	
		
			
			|  |  |  | <div> | 
		
	
		
			
			|  |  |  | {{item.certificate}} | 
		
	
		
			
			|  |  |  | </div> | 
		
	
		
			
			|  |  |  | <div> | 
		
	
		
			
			|  |  |  | {{item.awards}} | 
		
	
		
			
			|  |  |  | </div> | 
		
	
		
			
			|  |  |  | </td> | 
		
	
		
			
			|  |  |  | </tr> | 
		
	
		
			
			|  |  |  | </tbody> | 
		
	
		
			
			|  |  |  | </table> | 
		
	
		
			
			|  |  |  | <div v-show="false"> | 
		
	
		
			
			|  |  |  | <div id="export-container"> | 
		
	
		
			
			|  |  |  | <div class="resume-word"> | 
		
	
		
			
			|  |  |  | <h1 class="resume-word-title" style="text-align: center;">个人简历</h1> | 
		
	
		
			
			|  |  |  | <div> | 
		
	
		
			
			|  |  |  | <div class="resume-word-item"> | 
		
	
		
			
			|  |  |  | <div style="color: #4FBE70"> | 
		
	
		
			
			|  |  |  | <h3 class="resume-word-item-title-content">基本资料</h3> | 
		
	
		
			
			|  |  |  | </div> | 
		
	
		
			
			|  |  |  | <div class="resume-word-item-content"> | 
		
	
		
			
			|  |  |  | <table border="1" style="border-collapse: collapse;text-align: center;width: 100%;"> | 
		
	
		
			
			|  |  |  | <tbody> | 
		
	
		
			
			|  |  |  | <tr style="height: 30px;"> | 
		
	
		
			
			|  |  |  | <td>姓 名</td> | 
		
	
		
			
			|  |  |  | <td>{{detail.seekername}}</td> | 
		
	
		
			
			|  |  |  | <td>性 别</td> | 
		
	
		
			
			|  |  |  | <td>{{detail.gender}}</td> | 
		
	
		
			
			|  |  |  | <td rowspan="6" style="text-align: center; vertical-align: middle;"> | 
		
	
		
			
			|  |  |  | <img :src="detail.photo" alt="" width="90" height="150"> | 
		
	
		
			
			|  |  |  | </td> | 
		
	
		
			
			|  |  |  | </tr> | 
		
	
		
			
			|  |  |  | <tr style="height: 30px;"> | 
		
	
		
			
			|  |  |  | <td>出生日期</td> | 
		
	
		
			
			|  |  |  | <td>{{detail.dob}}</td> | 
		
	
		
			
			|  |  |  | <td>职 称</td> | 
		
	
		
			
			|  |  |  | <td>{{detail.title_txt}}</td> | 
		
	
		
			
			|  |  |  | </tr> | 
		
	
		
			
			|  |  |  | <tr style="height: 30px;"> | 
		
	
		
			
			|  |  |  | <td>现居住地</td> | 
		
	
		
			
			|  |  |  | <td>{{detail.now_level1_txt ? detail.now_level1_txt : ''}}{{detail.now_level2_txt ? detail.now_level2_txt : ''}}{{detail.now_level3_txt ? detail.now_level3_txt : ''}}{{detail.now_level4_txt ? detail.now_level4_txt : ''}} | 
		
	
		
			
			|  |  |  | </td> | 
		
	
		
			
			|  |  |  | <td>户口所在地</td> | 
		
	
		
			
			|  |  |  | <td>{{detail.now_level1_txt ? detail.now_level1_txt : ''}}{{detail.now_level2_txt ? detail.now_level2_txt : ''}}{{detail.now_level3_txt ? detail.now_level3_txt : ''}}{{detail.now_level4_txt ? detail.now_level4_txt : ''}} | 
		
	
		
			
			|  |  |  | </td> | 
		
	
		
			
			|  |  |  | </tr> | 
		
	
		
			
			|  |  |  | <tr style="height: 30px;"> | 
		
	
		
			
			|  |  |  | <td>学 历</td> | 
		
	
		
			
			|  |  |  | <td>{{detail.education_txt}}</td> | 
		
	
		
			
			|  |  |  | <td>婚姻状况</td> | 
		
	
		
			
			|  |  |  | <td>{{detail.marital_status_txt}}</td> | 
		
	
		
			
			|  |  |  | </tr> | 
		
	
		
			
			|  |  |  | <tr style="height: 30px;"> | 
		
	
		
			
			|  |  |  | <td>民 族</td> | 
		
	
		
			
			|  |  |  | <td>{{detail.ethnicity_txt}}</td> | 
		
	
		
			
			|  |  |  | <td>政治面貌</td> | 
		
	
		
			
			|  |  |  | <td>{{detail.political_status_txt}}</td> | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | </tr> | 
		
	
		
			
			|  |  |  | <tr style="height: 30px;"> | 
		
	
		
			
			|  |  |  | <td>体 重</td> | 
		
	
		
			
			|  |  |  | <td>{{detail.weight}}kg</td> | 
		
	
		
			
			|  |  |  | <td>身 高</td> | 
		
	
		
			
			|  |  |  | <td>{{detail.height}}cm</td> | 
		
	
		
			
			|  |  |  | </tr> | 
		
	
		
			
			|  |  |  | </tbody> | 
		
	
		
			
			|  |  |  | </table> | 
		
	
		
			
			|  |  |  | </div> | 
		
	
		
			
			|  |  |  | </div> | 
		
	
		
			
			|  |  |  | </div> | 
		
	
		
			
			|  |  |  | <br /> | 
		
	
		
			
			|  |  |  | <!-- 工作经历 --> | 
		
	
		
			
			|  |  |  | <div class="resume-word-item"> | 
		
	
		
			
			|  |  |  | <div style="color: #4FBE70"> | 
		
	
		
			
			|  |  |  | <h3 class="resume-word-item-title-content">工作经历</h3> | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | <!-- 个人简介 --> | 
		
	
		
			
			|  |  |  | <div class="resume-word-item"> | 
		
	
		
			
			|  |  |  | <div style="color: #4FBE70"> | 
		
	
		
			
			|  |  |  | <h3 class="resume-word-item-title-content">个人简介</h3> | 
		
	
		
			
			|  |  |  | </div> | 
		
	
		
			
			|  |  |  | <div class="resume-word-item-content"> | 
		
	
		
			
			|  |  |  | <p v-html="detail.introduction"></p> | 
		
	
		
			
			|  |  |  | </div> | 
		
	
		
			
			|  |  |  | </div> | 
		
	
		
			
			|  |  |  | <div class="resume-word-item-content"> | 
		
	
		
			
			|  |  |  | <table border="1" style="border-collapse: collapse;width: 100%;text-align: center;"> | 
		
	
		
			
			|  |  |  | <thead> | 
		
	
		
			
			|  |  |  | <th style="height: 30px;width: 25%;">起止时间</th> | 
		
	
		
			
			|  |  |  | <th style="height: 30px;width: 25%;">单位名称</th> | 
		
	
		
			
			|  |  |  | <th style="height: 30px;width: 25%;">职位</th> | 
		
	
		
			
			|  |  |  | <th style="height: 30px;width: 25%;">离职原因</th> | 
		
	
		
			
			|  |  |  | </thead> | 
		
	
		
			
			|  |  |  | <tbody> | 
		
	
		
			
			|  |  |  | <tr style="height: 30px;" v-for="(item,index) in detail.experiences"> | 
		
	
		
			
			|  |  |  | <td style="width: 25%;"> | 
		
	
		
			
			|  |  |  | {{item.start_year}}.{{item.start_month}}至{{item.end_year}}.{{item.end_month}} | 
		
	
		
			
			|  |  |  | </td> | 
		
	
		
			
			|  |  |  | <td style="width: 25%;">{{item.company_name}}</td> | 
		
	
		
			
			|  |  |  | <td style="width: 25%;">{{item.position}}</td> | 
		
	
		
			
			|  |  |  | <td style="width: 25%;">{{item.reason_for_leaving}}</td> | 
		
	
		
			
			|  |  |  | </tr> | 
		
	
		
			
			|  |  |  | </tbody> | 
		
	
		
			
			|  |  |  | </table> | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | <!-- 求职期望 --> | 
		
	
		
			
			|  |  |  | <div class="resume-word-item"> | 
		
	
		
			
			|  |  |  | <div style="color: #4FBE70"> | 
		
	
		
			
			|  |  |  | <h3 class="resume-word-item-title-content">求职期望</h3> | 
		
	
		
			
			|  |  |  | </div> | 
		
	
		
			
			|  |  |  | <div class="resume-word-item-content"> | 
		
	
		
			
			|  |  |  | <table border="1" style="border-collapse: collapse;width: 100%;text-align: center;"> | 
		
	
		
			
			|  |  |  | <tbody> | 
		
	
		
			
			|  |  |  | <tr style="height: 30px;"> | 
		
	
		
			
			|  |  |  | <td style="width: 20%;">求职类型</td> | 
		
	
		
			
			|  |  |  | <td style="width: 30%;">{{detail.job_type_txt}}</td> | 
		
	
		
			
			|  |  |  | <td style="width: 20%;">可到职日期</td> | 
		
	
		
			
			|  |  |  | <td style="width: 30%;">{{detail.available_date_txt}}</td> | 
		
	
		
			
			|  |  |  | </tr> | 
		
	
		
			
			|  |  |  | <tr style="height: 30px;"> | 
		
	
		
			
			|  |  |  | <td style="width: 20%;">人才类型</td> | 
		
	
		
			
			|  |  |  | <td style="width: 30%;">{{detail.talent_type_txt}}</td> | 
		
	
		
			
			|  |  |  | <td style="width: 20%;">工作经验</td> | 
		
	
		
			
			|  |  |  | <td style="width: 30%;">{{detail.work_experience}}年</td> | 
		
	
		
			
			|  |  |  | </tr> | 
		
	
		
			
			|  |  |  | <tr style="height: 30px;"> | 
		
	
		
			
			|  |  |  | <td style="width: 20%;">月薪要求</td> | 
		
	
		
			
			|  |  |  | <td colspan="3" style="width: 80%;">{{detail.salary_range_txt}}</td> | 
		
	
		
			
			|  |  |  | </tr> | 
		
	
		
			
			|  |  |  | <tr style="height: 30px;" v-for="(item,index) in detail.desire_areas"> | 
		
	
		
			
			|  |  |  | <td style="width: 20%;">期望工作地区{{index + 1}}</td> | 
		
	
		
			
			|  |  |  | <td colspan="3" style="width: 80%;"> | 
		
	
		
			
			|  |  |  | {{item.level1_txt ? item.level1_txt : ''}}{{item.level2_txt ? item.level2_txt : ''}}{{item.level3_txt ? item.level3_txt : ''}}{{item.level4_txt ? item.level4_txt : ''}} | 
		
	
		
			
			|  |  |  | </td> | 
		
	
		
			
			|  |  |  | </tr> | 
		
	
		
			
			|  |  |  | <tr style="height: 30px;" v-for="(item,index) in detail.desire_industrys"> | 
		
	
		
			
			|  |  |  | <td style="width: 20%;">期望从事行业{{index + 1}}</td> | 
		
	
		
			
			|  |  |  | <td colspan="3" style="width: 80%;">{{item.industry_txt}}</td> | 
		
	
		
			
			|  |  |  | </tr> | 
		
	
		
			
			|  |  |  | <tr style="height: 30px;" v-for="(item,index) in detail.desire_positions"> | 
		
	
		
			
			|  |  |  | <td style="width: 20%;">期望从事职位{{index + 1}}</td> | 
		
	
		
			
			|  |  |  | <td colspan="3" style="width: 80%;"> | 
		
	
		
			
			|  |  |  | {{item.level1_txt ? item.level1_txt : ''}}{{item.level2_txt ? item.level2_txt : ''}} | 
		
	
		
			
			|  |  |  | </td> | 
		
	
		
			
			|  |  |  | </tr> | 
		
	
		
			
			|  |  |  | </tbody> | 
		
	
		
			
			|  |  |  | </table> | 
		
	
		
			
			|  |  |  | </div> | 
		
	
		
			
			|  |  |  | </div> | 
		
	
		
			
			|  |  |  | </div> | 
		
	
		
			
			|  |  |  | <br /> | 
		
	
		
			
			|  |  |  | <!-- 专业技能掌握能力 --> | 
		
	
		
			
			|  |  |  | <div class="resume-word-item"> | 
		
	
		
			
			|  |  |  | <div style="color: #4FBE70"> | 
		
	
		
			
			|  |  |  | <h3 class="resume-word-item-title-content">专业技能掌握能力</h3> | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | <!-- 教育培训 --> | 
		
	
		
			
			|  |  |  | <div class="resume-word-item"> | 
		
	
		
			
			|  |  |  | <div style="color: #4FBE70"> | 
		
	
		
			
			|  |  |  | <h3 class="resume-word-item-title-content">教育培训</h3> | 
		
	
		
			
			|  |  |  | </div> | 
		
	
		
			
			|  |  |  | <div class="resume-word-item-content"> | 
		
	
		
			
			|  |  |  | <table border="1" style="border-collapse: collapse;width: 100%;text-align: center;"> | 
		
	
		
			
			|  |  |  | <thead> | 
		
	
		
			
			|  |  |  | <th style="height: 30px;width:20%;">起止时间</th> | 
		
	
		
			
			|  |  |  | <th style="height: 30px;width:20%;">学校/培训机构</th> | 
		
	
		
			
			|  |  |  | <th style="height: 30px;width: 20%;">专业</th> | 
		
	
		
			
			|  |  |  | <th style="height: 30px;width:20%;">曾担任的职务</th> | 
		
	
		
			
			|  |  |  | <th style="height: 30px;width: 20%;">获得证书奖项</th> | 
		
	
		
			
			|  |  |  | </thead> | 
		
	
		
			
			|  |  |  | <tbody> | 
		
	
		
			
			|  |  |  | <tr style="height: 30px;" v-for="(item,index) in detail.trainings"> | 
		
	
		
			
			|  |  |  | <td style="width: 20%;"> | 
		
	
		
			
			|  |  |  | {{item.start_year}}.{{item.start_month}}至{{item.end_year}}.{{item.end_month}} | 
		
	
		
			
			|  |  |  | </td> | 
		
	
		
			
			|  |  |  | <td style="width: 20%;">{{item.school_or_institution}}</td> | 
		
	
		
			
			|  |  |  | <td style="width: 20%;">{{item.major}}</td> | 
		
	
		
			
			|  |  |  | <td style="width: 20%;">{{item.positions_held}}</td> | 
		
	
		
			
			|  |  |  | <td style="width: 20%;"> | 
		
	
		
			
			|  |  |  | <div> | 
		
	
		
			
			|  |  |  | {{item.certificate}} | 
		
	
		
			
			|  |  |  | </div> | 
		
	
		
			
			|  |  |  | <div> | 
		
	
		
			
			|  |  |  | {{item.awards}} | 
		
	
		
			
			|  |  |  | </div> | 
		
	
		
			
			|  |  |  | </td> | 
		
	
		
			
			|  |  |  | </tr> | 
		
	
		
			
			|  |  |  | </tbody> | 
		
	
		
			
			|  |  |  | </table> | 
		
	
		
			
			|  |  |  | </div> | 
		
	
		
			
			|  |  |  | </div> | 
		
	
		
			
			|  |  |  | <div class="resume-word-item-content"> | 
		
	
		
			
			|  |  |  | <table border="1" style="border-collapse: collapse;width: 100%;text-align: center;"> | 
		
	
		
			
			|  |  |  | <tbody> | 
		
	
		
			
			|  |  |  | <tr style="height: 30px;"> | 
		
	
		
			
			|  |  |  | <td style="width: 25%;">英 语</td> | 
		
	
		
			
			|  |  |  | <td style="width: 25%;">{{detail.english_txt}}</td> | 
		
	
		
			
			|  |  |  | <td style="width: 25%;">粤 语</td> | 
		
	
		
			
			|  |  |  | <td style="width: 25%;">{{detail.mandarin_txt}}</td> | 
		
	
		
			
			|  |  |  | </tr> | 
		
	
		
			
			|  |  |  | <tr style="height: 30px;"> | 
		
	
		
			
			|  |  |  | <td style="width:25%;">国 语</td> | 
		
	
		
			
			|  |  |  | <td style="width: 25%;">{{detail.cantonese_txt}}</td> | 
		
	
		
			
			|  |  |  | <td style="width: 25%;">第二外语</td> | 
		
	
		
			
			|  |  |  | <td style="width: 25%;">{{detail.other_language_txt}}</td> | 
		
	
		
			
			|  |  |  | </tr> | 
		
	
		
			
			|  |  |  | <tr style="height: 30px;"> | 
		
	
		
			
			|  |  |  | <td style="width: 25%;">计算机能力</td> | 
		
	
		
			
			|  |  |  | <td colspan="7" style="width: 75%;">{{detail.computer_skills}}</td> | 
		
	
		
			
			|  |  |  | </tr> | 
		
	
		
			
			|  |  |  | </tbody> | 
		
	
		
			
			|  |  |  | </table> | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | <!-- 工作经历 --> | 
		
	
		
			
			|  |  |  | <div class="resume-word-item"> | 
		
	
		
			
			|  |  |  | <div style="color: #4FBE70"> | 
		
	
		
			
			|  |  |  | <h3 class="resume-word-item-title-content">工作经历</h3> | 
		
	
		
			
			|  |  |  | </div> | 
		
	
		
			
			|  |  |  | <div class="resume-word-item-content"> | 
		
	
		
			
			|  |  |  | <table border="1" style="border-collapse: collapse;width: 100%;text-align: center;"> | 
		
	
		
			
			|  |  |  | <thead> | 
		
	
		
			
			|  |  |  | <th style="height: 30px;width: 25%;">起止时间</th> | 
		
	
		
			
			|  |  |  | <th style="height: 30px;width: 25%;">单位名称</th> | 
		
	
		
			
			|  |  |  | <th style="height: 30px;width: 25%;">职位</th> | 
		
	
		
			
			|  |  |  | <th style="height: 30px;width: 25%;">离职原因</th> | 
		
	
		
			
			|  |  |  | </thead> | 
		
	
		
			
			|  |  |  | <tbody> | 
		
	
		
			
			|  |  |  | <tr style="height: 30px;" v-for="(item,index) in detail.experiences"> | 
		
	
		
			
			|  |  |  | <td style="width: 25%;"> | 
		
	
		
			
			|  |  |  | {{item.start_year}}.{{item.start_month}}至{{item.end_year}}.{{item.end_month}} | 
		
	
		
			
			|  |  |  | </td> | 
		
	
		
			
			|  |  |  | <td style="width: 25%;">{{item.company_name}}</td> | 
		
	
		
			
			|  |  |  | <td style="width: 25%;">{{item.position}}</td> | 
		
	
		
			
			|  |  |  | <td style="width: 25%;">{{item.reason_for_leaving}}</td> | 
		
	
		
			
			|  |  |  | </tr> | 
		
	
		
			
			|  |  |  | </tbody> | 
		
	
		
			
			|  |  |  | </table> | 
		
	
		
			
			|  |  |  | </div> | 
		
	
		
			
			|  |  |  | </div> | 
		
	
		
			
			|  |  |  | </div> | 
		
	
		
			
			|  |  |  | <br /> | 
		
	
		
			
			|  |  |  | <!-- 联系信息 --> | 
		
	
		
			
			|  |  |  | <div class="resume-word-item"> | 
		
	
		
			
			|  |  |  | <div style="color: #4FBE70"> | 
		
	
		
			
			|  |  |  | <h3 class="resume-word-item-title-content">联系信息</h3> | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | <!-- 专业技能掌握能力 --> | 
		
	
		
			
			|  |  |  | <div class="resume-word-item"> | 
		
	
		
			
			|  |  |  | <div style="color: #4FBE70"> | 
		
	
		
			
			|  |  |  | <h3 class="resume-word-item-title-content">专业技能掌握能力</h3> | 
		
	
		
			
			|  |  |  | </div> | 
		
	
		
			
			|  |  |  | <div class="resume-word-item-content"> | 
		
	
		
			
			|  |  |  | <table border="1" style="border-collapse: collapse;width: 100%;text-align: center;"> | 
		
	
		
			
			|  |  |  | <tbody> | 
		
	
		
			
			|  |  |  | <tr style="height: 30px;"> | 
		
	
		
			
			|  |  |  | <td style="width: 25%;">英 语</td> | 
		
	
		
			
			|  |  |  | <td style="width: 25%;">{{detail.english_txt}}</td> | 
		
	
		
			
			|  |  |  | <td style="width: 25%;">粤 语</td> | 
		
	
		
			
			|  |  |  | <td style="width: 25%;">{{detail.mandarin_txt}}</td> | 
		
	
		
			
			|  |  |  | </tr> | 
		
	
		
			
			|  |  |  | <tr style="height: 30px;"> | 
		
	
		
			
			|  |  |  | <td style="width:25%;">国 语</td> | 
		
	
		
			
			|  |  |  | <td style="width: 25%;">{{detail.cantonese_txt}}</td> | 
		
	
		
			
			|  |  |  | <td style="width: 25%;">第二外语</td> | 
		
	
		
			
			|  |  |  | <td style="width: 25%;">{{detail.other_language_txt}}</td> | 
		
	
		
			
			|  |  |  | </tr> | 
		
	
		
			
			|  |  |  | <tr style="height: 30px;"> | 
		
	
		
			
			|  |  |  | <td style="width: 25%;">计算机能力</td> | 
		
	
		
			
			|  |  |  | <td colspan="7" style="width: 75%;">{{detail.computer_skills}}</td> | 
		
	
		
			
			|  |  |  | </tr> | 
		
	
		
			
			|  |  |  | </tbody> | 
		
	
		
			
			|  |  |  | </table> | 
		
	
		
			
			|  |  |  | </div> | 
		
	
		
			
			|  |  |  | </div> | 
		
	
		
			
			|  |  |  | <div class="resume-word-item-content"> | 
		
	
		
			
			|  |  |  | <table border="1" style="border-collapse: collapse;width: 100%;text-align: center;"> | 
		
	
		
			
			|  |  |  | <tbody> | 
		
	
		
			
			|  |  |  | <tr style="height: 30px;"> | 
		
	
		
			
			|  |  |  | <td style="width: 15%;">移动电话</td> | 
		
	
		
			
			|  |  |  | <td style="width: 35%;">{{detail.mobile}}</td> | 
		
	
		
			
			|  |  |  | <td style="width: 15%;">固定电话</td> | 
		
	
		
			
			|  |  |  | <td style="width: 35%;">{{detail.landline}}</td> | 
		
	
		
			
			|  |  |  | </tr> | 
		
	
		
			
			|  |  |  | <tr style="height: 30px;"> | 
		
	
		
			
			|  |  |  | <td style="width: 15%;">联系邮箱</td> | 
		
	
		
			
			|  |  |  | <td style="width: 35%;">{{detail.email}}</td> | 
		
	
		
			
			|  |  |  | <td style="width: 15%;">Q Q</td> | 
		
	
		
			
			|  |  |  | <td style="width: 35%;">{{detail.qq}}</td> | 
		
	
		
			
			|  |  |  | </tr> | 
		
	
		
			
			|  |  |  | <tr style="height: 30px;"> | 
		
	
		
			
			|  |  |  | <td style="width: 15%;">通讯地址</td> | 
		
	
		
			
			|  |  |  | <td style="width: 35%;">{{detail.mailing_address}} | 
		
	
		
			
			|  |  |  | </td> | 
		
	
		
			
			|  |  |  | <td style="width: 15%;">邮 编</td> | 
		
	
		
			
			|  |  |  | <td style="width: 35%;">{{detail.postal_code}} | 
		
	
		
			
			|  |  |  | </td> | 
		
	
		
			
			|  |  |  | </tr> | 
		
	
		
			
			|  |  |  | <tr style="height: 30px;"> | 
		
	
		
			
			|  |  |  | <td style="width: 15%;">个人主页</td> | 
		
	
		
			
			|  |  |  | <td colspan="3" style="width: 85%;">{{detail.personal_website}}</td> | 
		
	
		
			
			|  |  |  | </tr> | 
		
	
		
			
			|  |  |  | </tbody> | 
		
	
		
			
			|  |  |  | </table> | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | <!-- 联系信息 --> | 
		
	
		
			
			|  |  |  | <div class="resume-word-item"> | 
		
	
		
			
			|  |  |  | <div style="color: #4FBE70"> | 
		
	
		
			
			|  |  |  | <h3 class="resume-word-item-title-content">联系信息</h3> | 
		
	
		
			
			|  |  |  | </div> | 
		
	
		
			
			|  |  |  | <div class="resume-word-item-content"> | 
		
	
		
			
			|  |  |  | <table border="1" style="border-collapse: collapse;width: 100%;text-align: center;"> | 
		
	
		
			
			|  |  |  | <tbody> | 
		
	
		
			
			|  |  |  | <tr style="height: 30px;"> | 
		
	
		
			
			|  |  |  | <td style="width: 15%;">移动电话</td> | 
		
	
		
			
			|  |  |  | <td style="width: 35%;">{{detail.mobile}}</td> | 
		
	
		
			
			|  |  |  | <td style="width: 15%;">固定电话</td> | 
		
	
		
			
			|  |  |  | <td style="width: 35%;">{{detail.landline}}</td> | 
		
	
		
			
			|  |  |  | </tr> | 
		
	
		
			
			|  |  |  | <tr style="height: 30px;"> | 
		
	
		
			
			|  |  |  | <td style="width: 15%;">联系邮箱</td> | 
		
	
		
			
			|  |  |  | <td style="width: 35%;">{{detail.email}}</td> | 
		
	
		
			
			|  |  |  | <td style="width: 15%;">Q Q</td> | 
		
	
		
			
			|  |  |  | <td style="width: 35%;">{{detail.qq}}</td> | 
		
	
		
			
			|  |  |  | </tr> | 
		
	
		
			
			|  |  |  | <tr style="height: 30px;"> | 
		
	
		
			
			|  |  |  | <td style="width: 15%;">通讯地址</td> | 
		
	
		
			
			|  |  |  | <td style="width: 35%;">{{detail.mailing_address}} | 
		
	
		
			
			|  |  |  | </td> | 
		
	
		
			
			|  |  |  | <td style="width: 15%;">邮 编</td> | 
		
	
		
			
			|  |  |  | <td style="width: 35%;">{{detail.postal_code}} | 
		
	
		
			
			|  |  |  | </td> | 
		
	
		
			
			|  |  |  | </tr> | 
		
	
		
			
			|  |  |  | <tr style="height: 30px;"> | 
		
	
		
			
			|  |  |  | <td style="width: 15%;">个人主页</td> | 
		
	
		
			
			|  |  |  | <td colspan="3" style="width: 85%;">{{detail.personal_website}}</td> | 
		
	
		
			
			|  |  |  | </tr> | 
		
	
		
			
			|  |  |  | </tbody> | 
		
	
		
			
			|  |  |  | </table> | 
		
	
		
			
			|  |  |  | </div> | 
		
	
		
			
			|  |  |  | </div> | 
		
	
		
			
			|  |  |  | </div> | 
		
	
		
			
			|  |  |  | </div> | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | </div> | 
		
	
		
			
			|  |  |  | </div> | 
		
	
		
			
			|  |  |  | </div> | 
		
	
		
			
			|  |  |  | </a-modal> | 
		
	
	
		
			
			|  |  | @@ -482,7 +483,6 @@ | 
		
	
		
			
			|  |  |  | spinning.value = false | 
		
	
		
			
			|  |  |  | GetJobseekerDetail({ customer_id: props.detail_record.customer_id, application_id: props.detail_record.id }).then(res => { | 
		
	
		
			
			|  |  |  | detail.value = res.data | 
		
	
		
			
			|  |  |  | console.log(detail.value) | 
		
	
		
			
			|  |  |  | detail.value.photo = imageprefix + detail.value.photo | 
		
	
		
			
			|  |  |  | }) | 
		
	
		
			
			|  |  |  | } |