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
92841d80
Commit
92841d80
authored
Apr 30, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
dc0b601c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
120 additions
and
21 deletions
+120
-21
schedul-orderlist.vue
src/components/schedul/schedul-orderlist.vue
+53
-0
schedul-visit.vue
src/components/schedul/schedul-visit.vue
+8
-0
scheduleBoard.vue
src/pages/scheduling/scheduleBoard.vue
+59
-21
No files found.
src/components/schedul/schedul-orderlist.vue
0 → 100644
View file @
92841d80
<
style
>
</
style
>
<
template
>
<div>
<div
class=
"sche_mid"
>
<div
class=
"sche_midList"
>
<div
class=
"scheList_TOP"
>
<img
src=
"../../assets/images/work_list.png"
/>
<span
class=
"word_sche"
>
工作清单
</span>
<span
class=
"word_scheNumber"
>
3
</span>
</div>
<div
class=
"scheList_Bottom"
>
<div>
<span
class=
"sche_Dian"
></span>
打开门面,把电视打开,打扫前台和每处卫生。
</div>
</div>
</div>
<div
class=
"sche_midList"
>
</div>
<div
class=
"sche_midList"
>
</div>
</div>
</div>
</
template
>
<
script
>
export
default
{
props
:
{
saveObj
:
{
type
:
Object
,
default
:
null
}
},
data
()
{
return
{
dataList
:
{}
}
},
created
()
{
},
methods
:
{
//请求数据
getList
()
{
},
},
}
</
script
>
src/components/schedul/schedul-visit.vue
0 → 100644
View file @
92841d80
<
style
>
</
style
>
<
template
>
<div>
123
</div>
</
template
>
\ No newline at end of file
src/pages/scheduling/scheduleBoard.vue
View file @
92841d80
...
...
@@ -159,20 +159,63 @@
}
.sche_midList
{
width
:
3
2
%
;
width
:
3
1.6
%
;
height
:
300px
;
background
:
#fff
;
border-radius
:
16px
;
border
:
1px
solid
#EBEBEB
;
box-shadow
:
0px
1px
1px
0px
#E4E7FB
;
overflow
:
hidden
;
}
.Sche_Bottom
{
margin
:
26px
0
0
40px
;
.Sche_Bottom
{
margin
:
26px
40px
0
40px
;
}
.scheList_TOP
{
width
:
100%
;
height
:
107px
;
.scheList_TOP
{
width
:
100%
;
height
:
107px
;
border-radius
:
16px
;
overflow
:
hidden
;
position
:
relative
;
}
.scheList_TOP
img
{
width
:
100%
;
}
.word_sche
{
color
:
#fff
;
font-size
:
20px
;
position
:
absolute
;
top
:
25px
;
left
:
32px
;
}
.word_scheNumber
{
display
:
inline-block
;
width
:
36px
;
height
:
36px
;
color
:
#fff
;
background-color
:
#FE4475
;
position
:
absolute
;
top
:
25px
;
left
:
134px
;
text-align
:
center
;
line-height
:
36px
;
border-radius
:
8px
;
font-size
:
30px
;
}
.scheList_Bottom
{
margin
:
20px
;
font-size
:
14px
;
color
:
#000000
;
}
.sche_Dian
{
display
:
inline-block
;
width
:
6px
;
height
:
6px
;
background-color
:
#6D97FF
;
border-radius
:
50%
;
}
</
style
>
...
...
@@ -212,20 +255,8 @@
</div>
</div>
<div
class=
"Sche_Bottom"
>
<div
class=
"sche_mid"
>
<div
class=
"sche_midList"
>
<div
class=
"scheList_TOP"
>
<img
src=
"../../assets/images/work_list.png"
/>
</div>
</div>
<div
class=
"sche_midList"
>
</div>
<div
class=
"sche_midList"
>
</div>
</div>
<schedulOrder
:save-obj=
"msg"
></schedulOrder>
<schedulVisit
:save-obj=
"msg"
></schedulVisit>
</div>
</div>
</div>
...
...
@@ -236,9 +267,16 @@
import
{
OnDuty
}
from
'../../api/scheduling/schedu'
import
schedulOrder
from
'../../components/schedul/schedul-orderlist'
import
schedulVisit
from
'../../components/schedul/schedul-visit'
export
default
{
props
:
{},
components
:
{},
components
:
{
schedulOrder
,
schedulVisit
},
data
()
{
return
{
msg
:
{
...
...
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