diff --git a/src/views/usergold/gold/clientCountBalance.vue b/src/views/usergold/gold/clientCountBalance.vue index 6658240..f768c0b 100644 --- a/src/views/usergold/gold/clientCountBalance.vue +++ b/src/views/usergold/gold/clientCountBalance.vue @@ -1,10 +1,10 @@ + + - 精网号: - + 精网号: + - 所属地区: - - - - 员工数据 + 所属地区: + + + 员工数据 + 查询 重置 - 导出Excel 查看导出列表 - - - 金币总数:{{ format3(goldtotal || 0) }} - 永久金币:{{ format3(permanentGold || 0) }} - 免费金币:{{ format3(freeGold || 0) }} - 任务金币:{{ format3(taskGold || 0) }} - - - - - - - {{ - scope.$index + 1 + (getObj.pageNum - 1) * getObj.pageSize - }} - - - - - - - - {{ - ((scope.row.currentPermanentGold || 0) + - (scope.row.currentFreeJune || 0) + - (scope.row.currentFreeDecember || 0) + - (scope.row.currentTaskGold || 0)) - }} - - - - - {{ (scope.row.currentPermanentGold || 0) }} - - - - - {{ (scope.row.currentFreeJune || 0) }} - - - - - {{ (scope.row.currentFreeDecember || 0) }} - - - - - {{ (scope.row.currentTaskGold || 0) }} - - - - - - - - - 永久金币:{{ (scope.row.sumPermanentGold || 0) }} - 免费金币:{{ ((scope.row.sumFreeJune || 0) + (scope.row.sumFreeDecember || 0)) }} - 任务金币:{{ (scope.row.sumTaskGold || 0) }} - - - - - {{ - (scope.row.sumPermanentGold || 0) + - (scope.row.sumFreeJune || 0) + - (scope.row.sumFreeDecember || 0) + - (scope.row.sumTaskGold || 0) + + + + + + + 金币总数:{{ format3(goldtotal || 0) }} + 永久金币:{{ format3(permanentGold || 0) }} + 免费金币:{{ format3(freeGold || 0) }} + 任务金币:{{ format3(taskGold || 0) }} + + + + + + + {{ + scope.$index + 1 + (getObj.pageNum - 1) * getObj.pageSize }} @@ -517,7 +470,6 @@ const format3 = (num) => { {{ (scope.row.currentTaskGold || 0) }} - - { - - + @@ -598,7 +547,7 @@ const format3 = (num) => { + :disabled="scope.row.state !== 2"> 下载 @@ -610,9 +559,18 @@ const format3 = (num) => { + + +.head-card-btn { + margin-left: auto; +} + +.custom-box { + display: flex; + flex-wrap: wrap; + row-gap: 5px; + + div:nth-child(1) { + flex: 1 0 100%; + } + + div { + margin-right: 20px; + } +} + \ No newline at end of file