Commit 79a8b051 authored by FE-安焕焕's avatar FE-安焕焕 👣

添加渠道来源

parent 976069b0
......@@ -141,7 +141,7 @@ export function getPdf(parmars) {
}
// 是否展示原件的PDF
export function isShowPDF(parmars) {
return axios.get(`${sapi}/api/resume//isShowOriPdf/${parmars.uid}`, {headers: {
return axios.get(`${sapi}/api/resume/isShowOriPdf/${parmars.uid}`, {headers: {
'Content-Type':'application/json'
}})
}
......
......@@ -790,7 +790,6 @@ export default {
getlist(parmars).then(res=>{
this.positionArr=[]
this.positionArr=res.data.body
console.log(res.data.body,55555555)
})
},
// 选择input元素
......
<template>
<div class="resumeDetail">
<div style="width:900px;height:40px;line-height:40px;font-size:14px">
<span style="color:grey;width:75px" class="otherClass">投递时间:</span><span class="otherClass" style="width:150px">{{resume&&resume.deliveryTime}}</span>
<span style="color:grey;width:75px" class="otherClass">投递时间:</span><span class="otherClass">{{resume&&resume.deliveryTime}}</span>
<span style="margin-left:30px;color:grey;width:80px" class="otherClass">面试岗位:</span ><span class="positionClass">{{resume&&resume.ownerExpectTitles}}</span>
<span style="margin-left:30px;color:grey;width:80px" class="otherClass">渠道来源:</span ><span class="positionClass">{{resume&&((resume.srcSite&&resume.srcSite) || (resume.optSource && resume.optSource+ '上传'))}}<span></span></span>
</div>
<div class="pdfShow" v-show="isShowPdf==true">
<!-- <div id="container" style="width:100%;height:100%;" v-if="isShowPdf==true"></div> -->
......@@ -1021,7 +1022,6 @@ export default {
float: left;
width:860px;
min-height: 200px;
/* border: 1px solid #999 */
}
.pdfShow{
float: left;
......@@ -1042,7 +1042,6 @@ export default {
left: 13px;
top:-20px;
display: inline-block;
/* margin-left: 200px */
}
.resumeDetail-right{
float: right;
......@@ -1069,7 +1068,6 @@ export default {
}
.personalInformation{
width:860px;
/* height: 600px; */
float: left;
}
.bassMassage{
......@@ -1079,7 +1077,6 @@ export default {
margin-left:30px;
font-size: 14px;
margin-top:20px;
/* border:1px solid black; */
}
.bassMassageRight{
display: inline-block;
......@@ -1088,39 +1085,28 @@ export default {
font-size: 14px;
margin-top:20px;
margin-left:20px;
/* border:1px solid black; */
}
.testResume{
position: fixed;
/* float: left; */
top: 20%;
width: 200px;
/* border: 1px solid black; */
margin-left: 20px
}
.positionClass{
display: inline-block;
/* border: 1px solid black; */
width:300px;
max-width:200px;
overflow:hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.otherClass{
display: inline-block;
/* border: 1px solid black; */
width:300px;
max-width:200px;
overflow:hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
/* .test{
position: relative;
left:900px;
top: 0
} */
.massageTitle{
/* height: 300px; */
float: left;
}
.personalInformation-left{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment