Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
jijin
/
dance-pc
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
5dd5e750
authored
2024-07-23 16:14:50 +0800
by
杨炀
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
no message
1 parent
312a6d60
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
src/viewsPc/center/myCanKP.vue
src/viewsPc/center/myCanKP.vue
View file @
5dd5e75
...
...
@@ -137,11 +137,13 @@
<p>
{{
b
.
messageObj
.
roomStayDate
}}
</p>
</div>
<div
v-if=
"b.orderType == 1"
>
<h3
class=
"m0"
>
{{
b
.
name
}}
</h3>
<div
v-for=
"(car,index) in b.messageObj.carsList"
:key=
"index"
>
<p
v-if=
"car.num>0"
>
{{
car
.
name
}}
:
{{
car
.
num
}}
辆
</p>
</div>
</div>
<div
v-if=
"b.orderType == 2"
>
<h3
class=
"m0"
>
{{
b
.
name
}}
</h3>
<div
v-for=
"(n,index) in b.messageObj.foodsList"
:key=
"index"
>
<p
v-if=
"n.num > 0"
>
{{
n
.
name
}}
(
{{
n
.
categoryName
}}
)
<text>
{{
n
.
num
}}
份
</text>
...
...
@@ -149,12 +151,13 @@
</div>
</div>
<div
v-if=
"b.orderType == 3 || b.orderType == 4"
>
<div>
<h3
class=
"m0"
>
{{
b
.
name
}}
</h3>
<p>
{{
language
==
0
?
'套餐名称:'
:
''
}}{{
b
.
messageObj
.
packageName
}}
</
div
>
<
div
>
</
p
>
<
p
>
{{
language
==
0
?
'预约时间:'
:
''
}}{{
b
.
deliveryTime
.
slice
(
0
,
10
)
}}
{{
b
.
messageObj
.
timePeriod
}}
</
div
>
</
p
>
</div>
</el-col>
<el-col
:lg=
"3"
:md=
"6"
:sm=
"6"
:xs=
"6"
class=
"text-center"
>
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment