|
@@ -29,7 +29,7 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column label="消费类型" prop="pointsType" align="center" show-overflow-tooltip width="200">
|
|
|
<template slot-scope="scope">
|
|
|
- <span>{{ scope.row.overpaymentType == 0? '增加': '消费' }}</span>
|
|
|
+ <span>{{ scope.row.pointsType == 0? '增加': '消费' }}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="创建时间" prop="createTime" align="center" show-overflow-tooltip width="200"></el-table-column>
|