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
b8efb240
Commit
b8efb240
authored
Sep 19, 2019
by
FE-安焕焕
👣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
展示面试官功能
parent
1889c18c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
allResume.vue
src/page/resume/allResume.vue
+3
-3
channel.vue
src/page/resume/channel.vue
+2
-2
No files found.
src/page/resume/allResume.vue
View file @
b8efb240
...
...
@@ -44,9 +44,9 @@
<span
style=
"margin-left:5px;position:relative;"
>
选择
<Badge
:count=
"interviewee.length"
size=
'small'
:class=
'["badge",
{"badges1":interviewee.length>9, "badges": interviewee.length>99}]'>
</Badge></span>
<Button
type=
"primary"
size=
"small"
style=
"margin-left:4%;width:50px"
@
click=
"downloadAll"
>
下载
</Button>
<Button
type=
"primary"
size=
"small"
style=
"margin-left:2%;width:50px"
@
click=
"delateAll"
>
删除
</Button>
<
!--
<
Button
type=
"primary"
size=
"small"
style=
"margin-left:2%;"
@
click=
"transpond"
>
<Button
type=
"primary"
size=
"small"
style=
"margin-left:2%;"
@
click=
"transpond"
>
转发面试官
</Button>
-->
</Button>
<Button
type=
"primary"
size=
"small"
class=
'left'
@
click=
"allexport"
>
导出列表
</Button>
<Button
type=
"primary"
size=
"small"
class=
'left leftBtn'
@
click=
"sendEmail(1)"
>
邀请面试
</Button>
</div>
...
...
@@ -339,7 +339,7 @@
<Select
v-model =
'formInline.UpdateVIEW'
filterable
style=
'width:100%;'
remote
:remote-method=
"remoteMethod"
:loading=
"loading1"
placeholder=
'请输入面试官全名'
clearable
@
on-open-change=
'getfocus("formInline", "UpdateVIEW", $event)'
ref=
'setQuery'
>
<Option
v-for=
'(item, index) in options'
:key=
'index'
:value=
'item.name'
>
{{
item
.
name
}}
(
{{
item
.
email
}}
)
</Option>
<Option
v-for=
'(item, index) in options'
:key=
'index'
:value=
'item.name'
>
{{
item
.
name
}}
(
{{
item
.
email
}}
)
</Option>
</Select>
<!--
<Select
style=
"width:100%"
placeholder=
"请选择"
v-model=
"formInline.UpdateVIEW"
:label-in-value=
'true'
filterable
clearable
@
on-open-change=
'getfocus("formInline", "UpdateVIEW", $event)'
>
<Option
v-for=
"(item,index) in interviewerNameList"
:key=
"index"
:value=
"item"
>
{{
item
}}
</Option>
...
...
src/page/resume/channel.vue
View file @
b8efb240
...
...
@@ -43,9 +43,9 @@
<span
style=
"margin-left:5px;position:relative;"
>
选择
<Badge
:count=
"interviewee.length"
size=
'small'
:class=
'["badge",
{"badges1":interviewee.length>9, "badges": interviewee.length>99}]'>
</Badge></span>
<Button
type=
"primary"
size=
"small"
style=
"margin-left:4%;width:50px"
@
click=
"downloadAll"
>
下载
</Button>
<Button
type=
"primary"
size=
"small"
style=
"margin-left:2%;width:50px"
@
click=
"delateAll"
>
删除
</Button>
<
!--
<
Button
type=
"primary"
size=
"small"
style=
"margin-left:2%;"
@
click=
"transpond"
>
<Button
type=
"primary"
size=
"small"
style=
"margin-left:2%;"
@
click=
"transpond"
>
转发面试官
</Button>
-->
</Button>
<Button
type=
"primary"
size=
"small"
class=
'left'
@
click=
"allexport"
>
导出列表
</Button>
<Button
type=
"primary"
size=
"small"
class=
'left leftBtn'
@
click=
"sendEmail(1)"
>
邀请面试
</Button>
</div>
...
...
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