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
abb046c3
Commit
abb046c3
authored
Aug 23, 2019
by
zhangderong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复约面提示文案
parent
b996c0be
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
31 deletions
+16
-31
home.vue
src/components/home.vue
+0
-15
interview.vue
src/page/interview/interview.vue
+4
-4
allResume.vue
src/page/resume/allResume.vue
+8
-8
channel.vue
src/page/resume/channel.vue
+4
-4
No files found.
src/components/home.vue
View file @
abb046c3
...
...
@@ -143,25 +143,10 @@ import localstorage from '../service/localstorage.service.js'
})
this
.
selectMenu
(
this
.
hName
)
},
//普通用户权限
// getMenu(){
// let condition=localstorage.get('isADMIN')
// let c=JSON.parse(condition)
// this.isadmin=c.isAdmin
// console.log(typeof(this.isadmin),33333333333)
// console.log(this.isadmin,999999999)
// if(this.isadmin == false){
// this.menuList[3].child.splice(0,1)
// }
// },
// 判断是否为超级管理员
judgeadmin
(){
judeAdmin
().
then
(
res
=>
{
this
.
isadmin
=
res
.
data
.
body
console
.
log
(
this
.
isadmin
,
67575
,
typeof
(
this
.
isadmin
))
// if(this.isadmin == false){
// this.menuList[3].child.splice(0,1)
// }
})
}
},
...
...
src/page/interview/interview.vue
View file @
abb046c3
...
...
@@ -235,17 +235,17 @@ export default {
UpdateOWER
:
[
{
required
:
true
,
message
:
'
邀约人不能为空
'
,
trigger
:
'
blur
'
}
],
Update
OWER
:
[
Update
TIME
:
[
{
required
:
true
,
message
:
'
面试时间不能为空
'
,
trigger
:
'
blur
'
}
],
Update
OWER
:
[
Update
VIEW
:
[
{
required
:
true
,
message
:
'
面试官不能为空
'
,
trigger
:
'
blur
'
}
],
},
formInline
:{
UpdateOWER
:
''
,
Update
OWER
:
''
,
Update
OWER
:
''
Update
TIME
:
''
,
Update
VIEW
:
''
},
recordModal
:
false
,
modal2
:
false
,
...
...
src/page/resume/allResume.vue
View file @
abb046c3
...
...
@@ -214,11 +214,11 @@
<FormItem
label=
"邀约人"
style=
"margin-top:20px"
prop=
"UpdateOWER"
>
<Input
v-model=
"formInline.UpdateOWER"
style=
"width:180px"
:maxlength=
"5"
/>
</FormItem>
<FormItem
label=
"面试时间"
style=
"margin-top:20px"
prop=
'Update
OWER
'
>
<DatePicker
type=
"datetime"
style=
"width:180px"
v-model=
"formInline.Update
OWER
"
format=
"yyyy-MM-dd HH:mm"
@
on-change=
"changeTime"
:options=
"options3"
:editable=
'false'
></DatePicker>
<FormItem
label=
"面试时间"
style=
"margin-top:20px"
prop=
'Update
TIME
'
>
<DatePicker
type=
"datetime"
style=
"width:180px"
v-model=
"formInline.Update
TIME
"
format=
"yyyy-MM-dd HH:mm"
@
on-change=
"changeTime"
:options=
"options3"
:editable=
'false'
></DatePicker>
</FormItem>
<FormItem
label=
"面试官"
style=
"margin-top:20px"
prop=
'Update
OWERs
'
>
<Input
v-model=
"formInline.Update
OWER
"
style=
"width:180px"
:maxlength=
"5"
/>
<FormItem
label=
"面试官"
style=
"margin-top:20px"
prop=
'Update
VIEW
'
>
<Input
v-model=
"formInline.Update
VIEW
"
style=
"width:180px"
:maxlength=
"5"
/>
</FormItem>
</Form>
</p>
...
...
@@ -300,17 +300,17 @@ import Router from 'vue-router';
UpdateOWER
:
[
{
required
:
true
,
message
:
'
邀约人不能为空
'
,
trigger
:
'
blur
'
}
],
Update
OWER
:
[
Update
TIME
:
[
{
required
:
true
,
message
:
'
面试时间不能为空
'
,
trigger
:
'
blur
'
}
],
Update
OWER
:
[
Update
VIEW
:
[
{
required
:
true
,
message
:
'
面试官不能为空
'
,
trigger
:
'
blur
'
}
],
},
formInline
:{
UpdateOWER
:
''
,
Update
OWER
:
''
,
Update
OWER
:
''
Update
TIME
:
''
,
Update
VIEW
:
''
},
modal1
:
false
,
modal2
:
false
,
...
...
src/page/resume/channel.vue
View file @
abb046c3
...
...
@@ -296,17 +296,17 @@ export default {
UpdateOWER
:
[
{
required
:
true
,
message
:
'
邀约人不能为空
'
,
trigger
:
'
blur
'
}
],
Update
OWER
:
[
Update
TIME
:
[
{
required
:
true
,
message
:
'
面试时间不能为空
'
,
trigger
:
'
blur
'
}
],
Update
OWER
:
[
Update
VIEW
:
[
{
required
:
true
,
message
:
'
面试官不能为空
'
,
trigger
:
'
blur
'
}
],
},
formInline
:{
UpdateOWER
:
''
,
Update
OWER
:
''
,
Update
OWER
:
''
Update
TIME
:
''
,
Update
VIEW
:
''
},
a
:[],
checked
:
false
,
...
...
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