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