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

添加渠道来源

parent 976069b0
...@@ -141,7 +141,7 @@ export function getPdf(parmars) { ...@@ -141,7 +141,7 @@ export function getPdf(parmars) {
} }
// 是否展示原件的PDF // 是否展示原件的PDF
export function isShowPDF(parmars) { 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' 'Content-Type':'application/json'
}}) }})
} }
......
...@@ -790,7 +790,6 @@ export default { ...@@ -790,7 +790,6 @@ export default {
getlist(parmars).then(res=>{ getlist(parmars).then(res=>{
this.positionArr=[] this.positionArr=[]
this.positionArr=res.data.body this.positionArr=res.data.body
console.log(res.data.body,55555555)
}) })
}, },
// 选择input元素 // 选择input元素
......
<template> <template>
<div class="resumeDetail"> <div class="resumeDetail">
<div style="width:900px;height:40px;line-height:40px;font-size:14px"> <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.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>
<div class="pdfShow" v-show="isShowPdf==true"> <div class="pdfShow" v-show="isShowPdf==true">
<!-- <div id="container" style="width:100%;height:100%;" v-if="isShowPdf==true"></div> --> <!-- <div id="container" style="width:100%;height:100%;" v-if="isShowPdf==true"></div> -->
...@@ -1021,7 +1022,6 @@ export default { ...@@ -1021,7 +1022,6 @@ export default {
float: left; float: left;
width:860px; width:860px;
min-height: 200px; min-height: 200px;
/* border: 1px solid #999 */
} }
.pdfShow{ .pdfShow{
float: left; float: left;
...@@ -1042,7 +1042,6 @@ export default { ...@@ -1042,7 +1042,6 @@ export default {
left: 13px; left: 13px;
top:-20px; top:-20px;
display: inline-block; display: inline-block;
/* margin-left: 200px */
} }
.resumeDetail-right{ .resumeDetail-right{
float: right; float: right;
...@@ -1069,7 +1068,6 @@ export default { ...@@ -1069,7 +1068,6 @@ export default {
} }
.personalInformation{ .personalInformation{
width:860px; width:860px;
/* height: 600px; */
float: left; float: left;
} }
.bassMassage{ .bassMassage{
...@@ -1079,7 +1077,6 @@ export default { ...@@ -1079,7 +1077,6 @@ export default {
margin-left:30px; margin-left:30px;
font-size: 14px; font-size: 14px;
margin-top:20px; margin-top:20px;
/* border:1px solid black; */
} }
.bassMassageRight{ .bassMassageRight{
display: inline-block; display: inline-block;
...@@ -1088,39 +1085,28 @@ export default { ...@@ -1088,39 +1085,28 @@ export default {
font-size: 14px; font-size: 14px;
margin-top:20px; margin-top:20px;
margin-left:20px; margin-left:20px;
/* border:1px solid black; */
} }
.testResume{ .testResume{
position: fixed; position: fixed;
/* float: left; */
top: 20%; top: 20%;
width: 200px; width: 200px;
/* border: 1px solid black; */
margin-left: 20px margin-left: 20px
} }
.positionClass{ .positionClass{
display: inline-block; display: inline-block;
/* border: 1px solid black; */ max-width:200px;
width:300px;
overflow:hidden; overflow:hidden;
text-overflow:ellipsis; text-overflow:ellipsis;
white-space: nowrap; white-space: nowrap;
} }
.otherClass{ .otherClass{
display: inline-block; display: inline-block;
/* border: 1px solid black; */ max-width:200px;
width:300px;
overflow:hidden; overflow:hidden;
text-overflow:ellipsis; text-overflow:ellipsis;
white-space: nowrap; white-space: nowrap;
} }
/* .test{
position: relative;
left:900px;
top: 0
} */
.massageTitle{ .massageTitle{
/* height: 300px; */
float: left; float: left;
} }
.personalInformation-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