|
@ -611,7 +611,7 @@ const getTagText = (state) => { |
|
|
<el-table-column prop="beanNum" label="金豆数量" sortable="custom" width="120px"/> |
|
|
<el-table-column prop="beanNum" label="金豆数量" sortable="custom" width="120px"/> |
|
|
<el-table-column prop="isBackpack" label="背包礼物" width="120px"> |
|
|
<el-table-column prop="isBackpack" label="背包礼物" width="120px"> |
|
|
<template #default="scope"> |
|
|
<template #default="scope"> |
|
|
{{ scope.row.isBackpack === 1 ? '是' : '否' }} |
|
|
|
|
|
|
|
|
{{ scope.row.isBackpack == 1 ? '是' : '否' }} |
|
|
</template> |
|
|
</template> |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
<el-table-column prop="buyBean" label="付费金豆数" sortable="custom" width="120px"/> |
|
|
<el-table-column prop="buyBean" label="付费金豆数" sortable="custom" width="120px"/> |
|
|