Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gxpt_wechat
Overview
Overview
Details
Activity
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
pseer
gxpt_wechat
Commits
85b8a735
Commit
85b8a735
authored
Apr 01, 2024
by
zhangzhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
细节优化
parent
cce231c8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
12 deletions
+4
-12
cleanManage.vue
pages/cleanManage/cleanManage.vue
+4
-12
No files found.
pages/cleanManage/cleanManage.vue
View file @
85b8a735
...
...
@@ -66,8 +66,7 @@
<text
:style=
"
{color: colorEnum[val.colorStatus]}">
{{
statusEnum
[
val
.
colorStatus
]
}}
</text>
<text
v-if=
"val.facilities.length"
class=
"text-yellow2 text-sm"
>
(
{{
val
.
facilities
[
0
]
}}
)
</text>
</view>
<view
class=
"order-info-box"
style=
"width: 100%;"
>
<image
class=
"img"
:src=
"assetsPath+'/avatar_no.png'"
mode=
"widthFix"
></image>
<view
class=
"order-info-box"
>
<view
v-if=
"val.orderList&&val.orderList.length"
class=
"list"
>
<view
class=
"flex-row text-red text-bold text-sm"
v-for=
"(orderItem,oIndex) in val.orderList"
v-if=
"oIndex
<
=
2
"
:key=
"oIndex"
>
<text>
{{
orderItem
.
preStartDate
}}
</text>
...
...
@@ -75,6 +74,7 @@
<text>
{{
orderItem
.
preEndDate
}}
</text>
</view>
</view>
<image
v-else
class=
"img"
:src=
"assetsPath+'/avatar_no.png'"
mode=
"widthFix"
></image>
</view>
...
...
@@ -144,17 +144,12 @@ import moment from "@/common/moment";
{
label
:
"待保洁"
,
status
:
3
,
color
:
"#ff49
4e
"
color
:
"#ff49
ef
"
},
{
label
:
"保洁中"
,
status
:
4
,
color
:
"#ff49ef"
},
{
label
:
"未保洁"
,
status
:
5
,
color
:
"#ff0000"
}
],
cleanStatusEnum
:{},
...
...
@@ -427,14 +422,11 @@ import moment from "@/common/moment";
}
}
.room-box
.order-info-box
{
position
:
relative
;
display
:
flex
;
width
:
100%
;
height
:
100
upx
;
justify-content
:
center
;
.list{
position
:
absolute
;
top
:
0
;
left
:
0
;
width
:
100%
;
height
:
100%
;
display
:
flex
;
...
...
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