Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
recruiting-management
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ui
recruiting-management
Commits
79a8b051
Commit
79a8b051
authored
Oct 24, 2019
by
FE-安焕焕
👣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加渠道来源
parent
976069b0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
20 deletions
+5
-20
resume.server.js
src/api/resume.server.js
+1
-1
channel.vue
src/page/resume/channel.vue
+0
-1
resumeDetail.vue
src/page/resume/resumeDetail.vue
+4
-18
No files found.
src/api/resume.server.js
View file @
79a8b051
...
...
@@ -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
'
}})
}
...
...
src/page/resume/channel.vue
View file @
79a8b051
...
...
@@ -790,7 +790,6 @@ export default {
getlist
(
parmars
).
then
(
res
=>
{
this
.
positionArr
=
[]
this
.
positionArr
=
res
.
data
.
body
console
.
log
(
res
.
data
.
body
,
55555555
)
})
},
// 选择input元素
...
...
src/page/resume/resumeDetail.vue
View file @
79a8b051
<
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
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment