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
40358cb8
Commit
40358cb8
authored
Dec 02, 2020
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
8379ef7c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
9 deletions
+23
-9
sysuser.vue
src/pages/school/sysuser.vue
+23
-9
No files found.
src/pages/school/sysuser.vue
View file @
40358cb8
<
style
>
.Sysuser_Date
.el-range-editor
.el-range-input
{
background-color
:
transparent
;
}
</
style
>
<
template
>
<div
class=
"page-body"
>
<div
class=
"page-search row items-center"
>
...
...
@@ -26,15 +32,24 @@
v-model=
"msg.LeaveStatus"
ref=
"LeaveStatus"
:options=
"LeaveStatusList"
label=
"在职状态"
:dense=
"false"
class=
"col-6 q-pr-lg q-pb-lg"
emit-value
map-options
/>
</div>
<div
class=
"col-3"
>
<el-date-picker
v-model=
"dateListOne"
@
change=
"resetSearch()"
value-format=
"yyyy-MM-dd"
type=
"daterange"
range-separator=
"至"
start-placeholder=
"入职日期"
end-placeholder=
"离职日期"
>
</el-date-picker>
<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=
"dateListOne"
@
change=
"resetSearch()"
value-format=
"yyyy-MM-dd"
type=
"daterange"
style=
"border:none;"
range-separator=
"至"
start-placeholder=
"入职日期"
end-placeholder=
"离职日期"
>
</el-date-picker>
</
template
>
</q-field>
</div>
<div
class=
"col-3"
>
<el-date-picker
v-model=
"dateListTwo"
@
change=
"resetSearch()"
type=
"monthrange"
value-format=
"yyyy-MM"
range-separator=
"至"
start-placeholder=
"生日开始月"
end-placeholder=
"生日结束月"
>
</el-date-picker>
<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=
"dateListTwo"
@
change=
"resetSearch()"
value-format=
"yyyy-MM"
type=
"monthrange"
style=
"border:none;"
range-separator=
"至"
start-placeholder=
"生日开始月"
end-placeholder=
"生日结束月"
>
</el-date-picker>
</
template
>
</q-field>
</div>
<!-- <div class="col-3">
<q-input @input="resetSearch" clearable standout="bg-primary text-white" v-model="msg.MTel" label="电话" />
...
...
@@ -480,5 +495,4 @@
</
script
>
<
style
lang=
"sass"
>
@import
url('~assets/css/table.sass');
</
style
>
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