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
d5b26790
Commit
d5b26790
authored
Sep 27, 2019
by
zhangderong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试简历详情
parent
b9c42f5f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
App.vue
src/App.vue
+1
-0
resumeDetail.vue
src/page/resume/resumeDetail.vue
+3
-3
No files found.
src/App.vue
View file @
d5b26790
...
@@ -39,6 +39,7 @@ export default {
...
@@ -39,6 +39,7 @@ export default {
cursor
:
auto
;
cursor
:
auto
;
text-align
:
left
;
text-align
:
left
;
overflow-x
:
hidden
;
overflow-x
:
hidden
;
overflow-y
:
auto
;
font-family
:
'PingFangSC-Regular'
,
'Avenir'
,
Helvetica
,
Arial
,
sans-serif
;
font-family
:
'PingFangSC-Regular'
,
'Avenir'
,
Helvetica
,
Arial
,
sans-serif
;
-webkit-font-smoothing
:
antialiased
;
-webkit-font-smoothing
:
antialiased
;
-moz-osx-font-smoothing
:
grayscale
;
-moz-osx-font-smoothing
:
grayscale
;
...
...
src/page/resume/resumeDetail.vue
View file @
d5b26790
...
@@ -135,10 +135,10 @@
...
@@ -135,10 +135,10 @@
</div>
</div>
</div>
</div>
</div>
</div>
<div
class=
"resumeDetail-right"
v-show=
"
boxIsShow
"
>
<div
class=
"resumeDetail-right"
v-show=
"
this.showBtn!=1
"
>
<div
class=
"testResume"
>
<div
class=
"testResume"
>
<Button
type=
"primary"
size=
'small'
style=
"width:150px;height:34px;margin:0 0 0 15px;font-size:14px"
@
click=
"downloadONE(detialID)"
v-show=
"this.showBtn!=1"
>
下
载
</Button><br>
<Button
type=
"primary"
size=
'small'
style=
"width:150px;height:34px;margin:0 0 0 15px;font-size:14px"
@
click=
"downloadONE(detialID)"
>
下
载
</Button><br>
<Button
type=
"primary"
size=
'small'
style=
"width:150px;height:34px;margin:20px 0 0 15px;font-size:14px"
@
click=
"transpond"
v-show=
"this.showBtn!=1"
>
转发给面试官
</Button><br>
<Button
type=
"primary"
size=
'small'
style=
"width:150px;height:34px;margin:20px 0 0 15px;font-size:14px"
@
click=
"transpond"
>
转发给面试官
</Button><br>
<p
style=
"margin-top:40px;font-size:16px"
>
当前简历状态:
<span
style=
"color:#0092FF"
>
{{
detailStatus
[
detailSta
]
}}
</span></p>
<p
style=
"margin-top:40px;font-size:16px"
>
当前简历状态:
<span
style=
"color:#0092FF"
>
{{
detailStatus
[
detailSta
]
}}
</span></p>
<Button
type=
"primary"
size=
'small'
style=
"width:150px;height:34px;margin:20px 0 0 15px;font-size:14px"
@
click=
"sendEmail"
v-show=
"hasINterview==false"
>
邀请面试
</Button><br>
<Button
type=
"primary"
size=
'small'
style=
"width:150px;height:34px;margin:20px 0 0 15px;font-size:14px"
@
click=
"sendEmail"
v-show=
"hasINterview==false"
>
邀请面试
</Button><br>
<Button
type=
"primary"
:disabled=
"todoDisabled"
size=
'small'
style=
"width:150px;height:34px;margin:20px 0 0 15px;font-size:14px"
@
click=
"todo"
v-show=
"hasINterview==false"
>
待
处
理
</Button><br>
<Button
type=
"primary"
:disabled=
"todoDisabled"
size=
'small'
style=
"width:150px;height:34px;margin:20px 0 0 15px;font-size:14px"
@
click=
"todo"
v-show=
"hasINterview==false"
>
待
处
理
</Button><br>
...
...
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