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
78e98663
Commit
78e98663
authored
Oct 17, 2019
by
zhangderong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改下载按钮文案
parent
9739f841
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
resumeDetail.vue
src/page/resume/resumeDetail.vue
+1
-1
No files found.
src/page/resume/resumeDetail.vue
View file @
78e98663
...
...
@@ -142,7 +142,7 @@
<div
class=
"testResume"
>
<Button
type=
"primary"
size=
'small'
style=
"width:150px;height:34px;margin:20px 0 0 15px;font-size:14px"
:disabled=
"showOriginalDisabled"
@
click=
"showOriginal"
v-if=
"resumeBTn==true"
>
原始简历
</Button><br>
<Button
type=
"primary"
size=
'small'
style=
"width:150px;height:34px;margin:20px 0 20px 15px;font-size:14px"
:disabled=
"showStandardDisabled"
@
click=
"showStandard"
v-if=
"resumeBTn==true"
>
标准简历
</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: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"
>
转发给面试官
</Button><br>
<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>
...
...
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