|
|
@ -594,12 +594,12 @@ const getMarket = async function () { |
|
|
|
|
|
|
|
<el-table-column prop="goodsName" label="商品名称" width="110px" show-overflow-tooltip /> |
|
|
|
<el-table-column prop="refundType" label="退款类型" width="100px" /> |
|
|
|
<el-table-column prop="sumGold" label="退款金币总数" width="150px" sortable="custom" /> |
|
|
|
<el-table-column prop="refundModel" label="退款方式" width="110px"> |
|
|
|
<template #default="scope"> |
|
|
|
{{ scope.row.refundModel === 0 ? '全部退款' : scope.row.refundModel === 1 ? '部分退款' : '' }} |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column prop="sumGold" label="退款金币总数" width="150px" sortable="custom" /> |
|
|
|
<el-table-column prop="permanentGold" label="永久金币" width="110px" sortable="custom" /> |
|
|
|
<el-table-column prop="freeGold" sortable="custom" label="免费金币" width="110px" /> |
|
|
|
<el-table-column prop="taskGold" sortable="custom" label="任务金币" width="110px" /> |
|
|
|