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
2834760c
Commit
2834760c
authored
Aug 27, 2019
by
zhangderong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
禁止修改邮箱名
parent
21fd6388
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
7 deletions
+6
-7
allResume.vue
src/page/resume/allResume.vue
+1
-1
channel.vue
src/page/resume/channel.vue
+4
-5
emailMange.vue
src/page/system/emailMange.vue
+1
-1
No files found.
src/page/resume/allResume.vue
View file @
2834760c
...
@@ -785,7 +785,7 @@ import Router from 'vue-router';
...
@@ -785,7 +785,7 @@ import Router from 'vue-router';
if
(
this
.
searchInfo
.
ownerWorkYears1
>
this
.
searchInfo
.
ownerWorkYears2
){
if
(
this
.
searchInfo
.
ownerWorkYears1
>
this
.
searchInfo
.
ownerWorkYears2
){
this
.
$Notice
.
error
({
this
.
$Notice
.
error
({
title
:
'
提示
'
,
title
:
'
提示
'
,
desc
:
'
最高年限不能
大
于最低年限
'
desc
:
'
最高年限不能
小
于最低年限
'
});
});
return
return
}
}
...
...
src/page/resume/channel.vue
View file @
2834760c
...
@@ -962,11 +962,10 @@ export default {
...
@@ -962,11 +962,10 @@ export default {
}
}
this
.
ajaxData
=
[]
this
.
ajaxData
=
[]
if
(
this
.
searchInfo
.
ownerWorkYears1
>
this
.
searchInfo
.
ownerWorkYears2
){
if
(
this
.
searchInfo
.
ownerWorkYears1
>
this
.
searchInfo
.
ownerWorkYears2
){
this
.
$Message
.
error
(
'
最低年限不能大于最高年限
'
)
this
.
$Notice
.
error
({
return
title
:
'
提示
'
,
}
desc
:
'
最高年限不能小于最低年限
'
if
(
this
.
searchInfo
.
ownerWorkYears2
<
this
.
searchInfo
.
ownerWorkYears1
){
});
this
.
$Message
.
error
(
'
最高年限不能小于最小年限
'
)
return
return
}
}
sousuoList
(
parmars
).
then
(
res
=>
{
sousuoList
(
parmars
).
then
(
res
=>
{
...
...
src/page/system/emailMange.vue
View file @
2834760c
...
@@ -90,7 +90,7 @@
...
@@ -90,7 +90,7 @@
<div
style=
"height:260px"
>
<div
style=
"height:260px"
>
<Form>
<Form>
<FormItem
label=
"邮箱账号"
style=
"margin-top:20px"
prop=
"emailNumber"
>
<FormItem
label=
"邮箱账号"
style=
"margin-top:20px"
prop=
"emailNumber"
>
<Input
placeholder=
"请输入企业邮箱"
v-model=
"Uusername"
style=
"width:300px
"
/>
<Input
placeholder=
"请输入企业邮箱"
v-model=
"Uusername"
style=
"width:300px
;color:Gainsboro"
disabled
/>
</FormItem>
</FormItem>
<FormItem
label=
"邮箱密码"
prop=
"emailPsd"
:label-width=
"180"
style=
"position: absolute;top:130px;left:-105px"
>
<FormItem
label=
"邮箱密码"
prop=
"emailPsd"
:label-width=
"180"
style=
"position: absolute;top:130px;left:-105px"
>
<Input
placeholder=
"请输入企业邮箱密码"
style=
"width:300px"
v-model=
"UpassWord"
type=
"password"
autocomplete=
"new-password"
/><br>
<Input
placeholder=
"请输入企业邮箱密码"
style=
"width:300px"
v-model=
"UpassWord"
type=
"password"
autocomplete=
"new-password"
/><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