|
|
@ -442,10 +442,10 @@ const format3 = (num) => { |
|
|
|
}}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column prop="name" label="姓名" width="120"/> |
|
|
|
<el-table-column prop="jwcode" label="精网号" width="120"/> |
|
|
|
<el-table-column prop="market" label="所属地区" width="120"/> |
|
|
|
<el-table-column prop="allJb" label="金币总数" width="120" aligh="center"> |
|
|
|
<el-table-column prop="name" label="姓名" width="140"/> |
|
|
|
<el-table-column prop="jwcode" label="精网号" width="160"/> |
|
|
|
<el-table-column prop="market" label="所属地区" width="140"/> |
|
|
|
<el-table-column prop="allJb" label="金币总数" width="140" aligh="center"> |
|
|
|
<template #default="scope"> |
|
|
|
<span>{{ |
|
|
|
((scope.row.currentPermanentGold || 0) + |
|
|
@ -455,28 +455,28 @@ const format3 = (num) => { |
|
|
|
}}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column prop="currentPermanentGold" label="永久金币" sortable="custom" width="110"> |
|
|
|
<el-table-column prop="currentPermanentGold" label="永久金币" sortable="custom" width="160"> |
|
|
|
<template #default="scope"> |
|
|
|
<span>{{ (scope.row.currentPermanentGold || 0) }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column prop="currentFreeJune" label="6月份到期免费金币" sortable="custom" width="110"> |
|
|
|
<el-table-column prop="currentFreeJune" label="6月份到期免费金币" sortable="custom" width="170"> |
|
|
|
<template #default="scope"> |
|
|
|
<span>{{ (scope.row.currentFreeJune || 0) }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column prop="currentFreeDecember" label="12月份到期免费金币" sortable="custom" width="110"> |
|
|
|
<el-table-column prop="currentFreeDecember" label="12月份到期免费金币" sortable="custom" width="180"> |
|
|
|
<template #default="scope"> |
|
|
|
<span>{{ (scope.row.currentFreeDecember || 0) }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column prop="currentTaskGold" label="任务金币" sortable="custom" width="130"> |
|
|
|
<el-table-column prop="currentTaskGold" label="任务金币" sortable="custom" width="180"> |
|
|
|
<template #default="scope"> |
|
|
|
<span>{{ (scope.row.currentTaskGold || 0) }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
|
|
|
|
<el-table-column prop="rcoin" label="历史金币总额" width="150"> |
|
|
|
<!-- <el-table-column prop="rcoin" label="历史金币总额" width="150"> |
|
|
|
<template #default="scope"> |
|
|
|
<el-popover trigger="hover" placement="left" width="150"> |
|
|
|
<template #default> |
|
|
@ -523,7 +523,7 @@ const format3 = (num) => { |
|
|
|
</el-popover> |
|
|
|
</template> |
|
|
|
|
|
|
|
</el-table-column> |
|
|
|
</el-table-column>--> |
|
|
|
</el-table> |
|
|
|
</div> |
|
|
|
|
|
|
|