Commit 67f84e14 authored by 吴春's avatar 吴春

1

parent c0196d26
...@@ -575,9 +575,9 @@ ...@@ -575,9 +575,9 @@
<div class="mb"> <div class="mb">
<el-table :data="scope.row.DetailList" style="width:100%" border> <el-table :data="scope.row.DetailList" style="width:100%" border>
<el-table-column label="景区名称(日期)" min-width="100" style="background:#EAEAEA"> <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="scopes">
<template> <template>
<div>{{ scope.row.CouponsName }}</div> <div>{{scope.row.CouponsName }}</div>
<span style="color: #999999;">{{ scope.row.UseDate }}</span> <span style="color: #999999;">{{ scope.row.UseDate }}</span>
</template> </template>
</template> </template>
...@@ -638,10 +638,12 @@ ...@@ -638,10 +638,12 @@
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="待收" min-width="100"> <el-table-column label="待收" min-width="100">
<template slot-scope="scope"> <template slot-scope="scope">
{{scope.row.DueInMoney}}
<span class="fz15 fbold" <span class="fz15 fbold"
:class="{'cF1416C':scope.row.DaiShou>0}"> :class="{'cF1416C':scope.row.DueInMoney>0}">
{{scope.row.DaiShou}}
</span> </span>
</template> </template>
</el-table-column> </el-table-column>
...@@ -1194,7 +1196,7 @@ ...@@ -1194,7 +1196,7 @@
}, },
OrderList: { OrderList: {
handler(val, oldVal) { handler(val, oldVal) {
console.log(val,'------');
} }
} }
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment