Commit b607adf9 by shaojiawen

update:领取记录bug

parent 321ed9f8
......@@ -45,8 +45,8 @@
</el-table-column>
<el-table-column label="卡券信息" min-width="140" show-overflow-tooltip>
<template slot-scope="scope">
<p p-key="couponId" :title="scope.row.couponId">{{ scope.row.couponCode }}</p>
<p class="fz12 gray03">卡券代码</p>
<p p-key="couponId" :title="scope.row.couponId">{{ scope.row.cardName }}</p>
<p class="fz12">{{ scope.row.couponCode }}</p>
</template>
</el-table-column>
<el-table-column label="使用状态" min-width="120" show-overflow-tooltip>
......@@ -73,7 +73,9 @@
</el-table-column>
<el-table-column label="来源明细" min-width="120" show-overflow-tooltip>
<template slot-scope="scope">
<div v-html="formatChannel(scope.row)"></div>
<p class="fz14">{{ scope.row.appName }}</p>
<p class="fz10">{{scope.row.activityName}}</p>
<!-- <div v-html="formatChannel(scope.row)"></div> -->
</template>
</el-table-column>
<el-table-column label="操作" align="left" width="130px" fixed="right">
......
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