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
dc311d6a
Commit
dc311d6a
authored
Sep 17, 2019
by
FE-安焕焕
👣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式问题
parent
a9992971
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
14 deletions
+8
-14
interview.server.js
src/api/interview.server.js
+1
-3
home.vue
src/components/home.vue
+0
-1
interview.vue
src/page/interview/interview.vue
+5
-8
allResume.vue
src/page/resume/allResume.vue
+1
-1
channel.vue
src/page/resume/channel.vue
+1
-1
No files found.
src/api/interview.server.js
View file @
dc311d6a
...
...
@@ -37,9 +37,7 @@ export function seedetail (parmars) {
}
//面试官查询
export
function
Serchinterviewor
()
{
return
axios
.
post
(
`
${
sapi
}
/api/interview/findInterviewerList`
,{
headers
:
{
'
Content-Type
'
:
'
application/json;
'
,
}})
return
axios
.
get
(
`
${
sapi
}
/api/interview/findInterviewerList`
)
}
//邀约人查询
export
function
SerchInvitationOwer
()
{
...
...
src/components/home.vue
View file @
dc311d6a
...
...
@@ -287,7 +287,6 @@ import localstorage from '../service/localstorage.service.js'
<
style
lang=
"less"
scoped
>
.home{
height: 100%;
font-size: 15px;
.aside{
// min-height: 2050px;
border-right: 1px solid #dcdee2;
...
...
src/page/interview/interview.vue
View file @
dc311d6a
...
...
@@ -97,7 +97,7 @@
</Select>
</FormItem>
<FormItem
label=
"面试官:"
style=
"margin-top:20px"
>
<Select
style=
"width:80%;height:20px"
placeholder=
"请选择"
:label-in-value=
'true'
@
on-change=
'selectinterviewElement'
>
<Select
style=
"width:80%;height:20px"
placeholder=
"请选择"
:label-in-value=
'true'
@
on-change=
'selectinterviewElement'
filterable
>
<Option
v-for=
"(item,index) in Interviewer"
:key=
"index"
:value=
"index"
>
{{
item
}}
</Option>
</Select>
</FormItem>
...
...
@@ -442,12 +442,8 @@ export default {
})
},
// 面试官查询
Serchlistinterview
(){
Serchlistinterview
List
(){
Serchinterviewor
().
then
(
res
=>
{
console
.
log
(
res
)
if
(
!
res
.
data
.
succes
)
{
return
}
this
.
Interviewer
=
res
.
data
.
body
this
.
Interviewer
.
unshift
(
'
不限
'
)
})
...
...
@@ -528,7 +524,7 @@ export default {
title
:
'
提示
'
,
desc
:
'
已成功重启流程
'
});
this
.
serchListInterview
()
this
.
serchListInterview
()
}
})
this
.
modal4
=
false
...
...
@@ -710,8 +706,9 @@ export default {
},
mounted
(){
this
.
serchListInterview
()
this
.
Serchlistinterview
()
//
this.Serchlistinterview()
this
.
SerchInvitation
()
this
.
SerchlistinterviewList
()
}
}
</
script
>
...
...
src/page/resume/allResume.vue
View file @
dc311d6a
...
...
@@ -41,7 +41,7 @@
</div>
-->
<div
style=
"background:WhiteSmoke;width:100%;height:6%;margin-bottom:0.5%;"
class=
'bar'
>
<input
type=
'checkbox'
class=
'input-checkbox'
v-model=
'checked'
@
click=
'checkedAll'
style=
"margin-left:10px;cursor:pointer;"
>
<span
style=
"margin-left:10px;position:relative"
>
选择
<Badge
:count=
"interviewee.length"
size=
'small'
:class=
'["badge",
{"badges1":interviewee.length>9, "badges": interviewee.length>99}]'>
</Badge></span>
<span
style=
"margin-left:10px;position:relative
;font-size: 15px;
"
>
选择
<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"
>
...
...
src/page/resume/channel.vue
View file @
dc311d6a
...
...
@@ -40,7 +40,7 @@
</div>
<div
style=
"background:WhiteSmoke;width:100%;height:6%;margin-bottom:0.5%;"
class=
'bar'
>
<input
type=
'checkbox'
class=
'input-checkbox'
v-model=
'checked'
@
click=
'checkedAll'
style=
"margin-left:10px;cursor:pointer;"
>
<span
style=
"margin-left:8px;position:relative"
>
选择
<Badge
:count=
"interviewee.length"
size=
'small'
:class=
'["badge",
{"badges1":interviewee.length>9, "badges": interviewee.length>99}]'>
</Badge></span>
<span
style=
"margin-left:8px;position:relative
;font-size: 15px;
"
>
选择
<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"
>
...
...
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