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
cd4166e1
Commit
cd4166e1
authored
Aug 23, 2019
by
FE-安焕焕
👣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
变更状态值修改
parent
22923a51
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
interview.vue
src/page/interview/interview.vue
+5
-3
index.js
src/router/index.js
+1
-1
No files found.
src/page/interview/interview.vue
View file @
cd4166e1
...
@@ -56,9 +56,9 @@
...
@@ -56,9 +56,9 @@
<span
style=
"margin:0 20px 0 20px"
v-if=
"item.flowStatus=='TO_RESULT'"
>
面试结果待定
</span>
<span
style=
"margin:0 20px 0 20px"
v-if=
"item.flowStatus=='TO_RESULT'"
>
面试结果待定
</span>
<span
style=
"margin:0 20px 0 20px"
v-if=
"item.flowStatus=='ARRIVED'"
>
已到达
</span>
<span
style=
"margin:0 20px 0 20px"
v-if=
"item.flowStatus=='ARRIVED'"
>
已到达
</span>
<span>
<span>
<select
style=
"border:0;margin-right:10px;float:right;cursor:pointer"
@
change=
"selectchangeElement($event,item.id)"
>
<select
style=
"border:0;margin-right:10px;float:right;cursor:pointer"
@
change=
"selectchangeElement($event,item.id)"
v-model=
'statusValue'
>
<option
value=
"0"
style=
"color:#2d8cf0"
>
变更状态 ∨
</option>
<option
value=
"0"
style=
"color:#2d8cf0"
>
变更状态 ∨
</option>
<option
value=
"
2
"
style=
"color:#2d8cf0"
>
已邀约
</option>
<option
value=
"
TO_SEE
"
style=
"color:#2d8cf0"
>
已邀约
</option>
<option
value=
"3"
style=
"color:#2d8cf0"
>
邀约失败
</option>
<option
value=
"3"
style=
"color:#2d8cf0"
>
邀约失败
</option>
<option
value=
"4"
style=
"color:#2d8cf0"
>
面试淘汰
</option>
<option
value=
"4"
style=
"color:#2d8cf0"
>
面试淘汰
</option>
<option
value=
"5"
style=
"color:#2d8cf0"
>
待offer
</option>
<option
value=
"5"
style=
"color:#2d8cf0"
>
待offer
</option>
...
@@ -232,6 +232,7 @@ import {changeinterviewMassage,SerchList,Serchinterviewor,SerchInvitationOwer,Ne
...
@@ -232,6 +232,7 @@ import {changeinterviewMassage,SerchList,Serchinterviewor,SerchInvitationOwer,Ne
export
default
{
export
default
{
data
(){
data
(){
return
{
return
{
statusValue
:
'
0
'
,
ruleInline
:
{
ruleInline
:
{
UpdateOWER
:
[
UpdateOWER
:
[
{
required
:
true
,
message
:
'
邀约人不能为空
'
,
trigger
:
'
blur
'
}
{
required
:
true
,
message
:
'
邀约人不能为空
'
,
trigger
:
'
blur
'
}
...
@@ -589,7 +590,8 @@ export default {
...
@@ -589,7 +590,8 @@ export default {
this
.
serchListInterview
()
this
.
serchListInterview
()
})
})
this
.
serchListInterview
()
this
.
serchListInterview
()
}
}
this
.
statusValue
=
'
0
'
},
},
selectElement3
(
tItem
,
Tindex
,
status3
,
sta3
){
selectElement3
(
tItem
,
Tindex
,
status3
,
sta3
){
sta3
=!
sta3
sta3
=!
sta3
...
...
src/router/index.js
View file @
cd4166e1
...
@@ -24,7 +24,7 @@ export default new Router({
...
@@ -24,7 +24,7 @@ export default new Router({
routes
:
[
routes
:
[
{
{
path
:
'
/
'
,
path
:
'
/
'
,
redirect
:
'
/
login
'
,
redirect
:
'
/
home
'
,
},
{
},
{
path
:
'
/login
'
,
path
:
'
/login
'
,
name
:
'
login
'
,
name
:
'
login
'
,
...
...
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