Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
confucius
Commits
057ced88
Commit
057ced88
authored
Dec 02, 2020
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
e15077b5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
1 deletion
+19
-1
sysuser.vue
src/pages/school/sysuser.vue
+19
-1
No files found.
src/pages/school/sysuser.vue
View file @
057ced88
...
...
@@ -40,7 +40,17 @@
<template
v-slot:control
>
<el-date-picker
v-model=
"dateListOne"
@
change=
"resetSearch()"
value-format=
"yyyy-MM-dd"
type=
"daterange"
style=
"border:none;"
range-separator=
"至"
start-placeholder=
"入职日期"
end-placeholder=
"入职结束"
>
range-separator=
"至"
start-placeholder=
"入职开始日期"
end-placeholder=
"入职结束日期"
>
</el-date-picker>
</
template
>
</q-field>
</div>
<div
class=
"col-3 Sysuser_Date"
>
<q-field
filled
class=
"col-6 q-pr-lg q-pb-lg"
>
<
template
v-slot:control
>
<el-date-picker
v-model=
"dateListThree"
@
change=
"resetSearch()"
value-format=
"yyyy-MM-dd"
type=
"daterange"
style=
"border:none;"
range-separator=
"至"
start-placeholder=
"离职开始日期"
end-placeholder=
"离职结束日期"
>
</el-date-picker>
</
template
>
</q-field>
...
...
@@ -271,6 +281,7 @@
LeaveStatusList
:
[],
//在职状态
dateListOne
:
[],
//入职-离职日期
dateListTwo
:
[],
//生日开始-结束日期
dateListThree
:[],
//开始-结束离职日期
}
},
mounted
()
{
...
...
@@ -415,6 +426,13 @@
this
.
msg
.
StartBirthDate
=
''
;
this
.
msg
.
EndBirthDate
=
''
;
}
if
(
this
.
dateListThree
&&
this
.
dateListThree
.
length
>
0
)
{
this
.
msg
.
StartLeaveTime
=
this
.
dateListThree
[
0
];
this
.
msg
.
EndLeaveTime
=
this
.
dateListThree
[
1
];
}
else
{
this
.
msg
.
StartLeaveTime
=
''
;
this
.
msg
.
EndLeaveTime
=
''
;
}
queryManagerPage
(
this
.
msg
).
then
(
res
=>
{
this
.
loading
=
false
;
this
.
data
=
res
.
Data
.
PageData
;
...
...
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