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
ab09bf75
Commit
ab09bf75
authored
Jul 21, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
ffa18dc6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
9 deletions
+11
-9
visitorRecord.vue
src/pages/stuMan/visitorRecord.vue
+11
-9
No files found.
src/pages/stuMan/visitorRecord.vue
View file @
ab09bf75
...
...
@@ -13,7 +13,7 @@
<div
class=
"col-3"
>
<q-field
filled
>
<template
v-slot:control
>
<el-date-picker
v-model=
"dateList2"
@
change=
"resetSearch()"
value-format=
"yyyy-MM-dd"
type=
"daterange"
style=
"border:none;"
<el-date-picker
v-model=
"dateList2"
@
change=
"resetSearch()"
value-format=
"yyyy-MM-dd"
type=
"daterange"
style=
"border:none;"
:picker-options=
"option"
range-separator=
"至"
start-placeholder=
"开班开始时间"
end-placeholder=
"开班结束时间"
>
</el-date-picker>
</
template
>
...
...
@@ -165,7 +165,11 @@
},
],
option
:{
disabledDate
:(
time
)
=>
{
return
time
.
getTime
()
>
Date
.
now
()
}
},
EmployeeList
:[],
//业务员
AllemployeeList
:[],
}
...
...
@@ -250,7 +254,7 @@
}
</
script
>
<
style
scoped
>
<
style
>
.visitorRecord
.border-bottom
{
border-bottom
:
1px
dashed
#EEE
;
padding-bottom
:
5px
;
...
...
@@ -267,13 +271,11 @@
border
:
none
;
background-color
:
transparent
;
}
.visitorRecord
.el-range-editor
.el-range-input
{
background
:
transparent
!important
;
.visitorRecord
.el-range-input
{
background
-color
:
transparent
!important
;
}
.visitorRecord
.el-range-editor.el-input__inner
{
background-color
:
transparent
;
}
</
style
>
<
style
lang=
"sass"
>
...
...
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