Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
67f84e14
Commit
67f84e14
authored
Oct 19, 2023
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
c0196d26
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
OrderList.vue
src/components/scenicSpot/reservation/OrderList.vue
+7
-5
No files found.
src/components/scenicSpot/reservation/OrderList.vue
View file @
67f84e14
...
...
@@ -575,9 +575,9 @@
<div
class=
"mb"
>
<el-table
:data=
"scope.row.DetailList"
style=
"width:100%"
border
>
<el-table-column
label=
"景区名称(日期)"
min-width=
"100"
style=
"background:#EAEAEA"
>
<
template
slot-scope=
"scope
"
v-if=
"scope.$index == 0"
:row=
"scope.row.DetailList.length
"
>
<
template
slot-scope=
"scope
s
"
>
<template>
<div>
{{
scope
.
row
.
CouponsName
}}
</div>
<div>
{{
scope
.
row
.
CouponsName
}}
</div>
<span
style=
"color: #999999;"
>
{{
scope
.
row
.
UseDate
}}
</span>
</
template
>
</template>
...
...
@@ -638,10 +638,12 @@
</
template
>
</el-table-column>
<el-table-column
label=
"待收"
min-width=
"100"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
DueInMoney
}}
<span
class=
"fz15 fbold"
:class=
"
{'cF1416C':scope.row.D
aiShou
>0}">
{{
scope
.
row
.
DaiShou
}}
:class=
"
{'cF1416C':scope.row.D
ueInMoney
>0}">
</span>
</
template
>
</el-table-column>
...
...
@@ -1194,7 +1196,7 @@
},
OrderList
:
{
handler
(
val
,
oldVal
)
{
console
.
log
(
val
,
'------'
);
}
}
},
...
...
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