|
|
@ -394,10 +394,10 @@ onMounted(async function () { |
|
|
|
<el-col> |
|
|
|
<el-card> |
|
|
|
<div> |
|
|
|
金币总数:{{ Math.abs(totalGoldTotal) / 100 }} |
|
|
|
永久金币:{{ Math.abs(totalPermanentGold) / 100 }} |
|
|
|
免费金币:{{ Math.abs(totalFreeGold) / 100 }} |
|
|
|
任务金币:{{ Math.abs(totalTaskGold) / 100 }} |
|
|
|
金币总数:{{ (totalGoldTotal) / 100 }} |
|
|
|
永久金币:{{ (totalPermanentGold) / 100 }} |
|
|
|
免费金币:{{ (totalFreeGold) / 100 }} |
|
|
|
任务金币:{{(totalTaskGold) / 100 }} |
|
|
|
</div> |
|
|
|
<div style="height: 584px; overflow-y: auto"> |
|
|
|
<el-table :data="tableData" style="width: 100%" @sort-change="handleSortChange" height="584px"> |
|
|
|