Browse Source

金币明细界面样式

zhangyong/feature-20250815160302-金币优化
ZhangYong 1 month ago
parent
commit
fe85fa64a0
  1. 2
      src/views/usergold/gold/clientCountDetail.vue
  2. 2
      stats.html

2
src/views/usergold/gold/clientCountDetail.vue

@ -565,7 +565,7 @@ const format3 = (num) => {
永久金币{{ format3(totalPermanentGold || 0) }}    
免费金币{{ format3(totalFreeGold || 0) }}    
任务金币{{ format3(totalTaskGold || 0) }}  
<a style="color:#b1b1b1;">(当前合计仅显示筛选范围内的金币净变化充值总额 - 消费总额 + 退款总额)</a>
<a style="color:#b1b1b1; font-size: small;">当前合计仅显示筛选范围内的金币净变化充值总额 - 消费总额 + 退款总额)</a>
</div>
<div style="height: 584px; overflow-y: auto">
<el-table :data="tableData" style="width: 100%" @sort-change="handleSortChange" height="584px">

2
stats.html
File diff suppressed because it is too large
View File

Loading…
Cancel
Save