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

1

parent c0196d26
......@@ -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="scopes">
<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.DaiShou>0}">
{{scope.row.DaiShou}}
:class="{'cF1416C':scope.row.DueInMoney>0}">
</span>
</template>
</el-table-column>
......@@ -1194,7 +1196,7 @@
},
OrderList: {
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