|
@ -449,7 +449,7 @@ const format3 = (num) => { |
|
|
<span>{{ (scope.row.currentPermanentGold || 0) }}</span> |
|
|
<span>{{ (scope.row.currentPermanentGold || 0) }}</span> |
|
|
</template> |
|
|
</template> |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
<el-table-column prop="currentFreeJune" label="6月份到期免费金币" sortable="custom" width="150"> |
|
|
|
|
|
|
|
|
<el-table-column prop="currentFreeJune" label="6月份到期免费金币" sortable="custom" width="170"> |
|
|
<template #default="scope"> |
|
|
<template #default="scope"> |
|
|
<span>{{ (scope.row.currentFreeJune || 0) }}</span> |
|
|
<span>{{ (scope.row.currentFreeJune || 0) }}</span> |
|
|
</template> |
|
|
</template> |
|
|