+
+ 消耗总金额:{{ Math.abs(permanentGolds) / 100 }}新币,永久金币:{{ Math.abs(permanentGolds) / 100 }},免费金币:{{
+ Math.abs(freeGolds) / 100
+ }},任务金币:{{ Math.abs(taskGolds) / 100 }}
+
+
+
+
+
+
+ {{
+ scope.$index + 1 + (getObj.pageNum - 1) * getObj.pageSize
+ }}
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.payPlatform }}
+
+
+
+
+
+
+
+ {{
+ (scope.row.taskGold +
+ scope.row.freeGold +
+ scope.row.permanentGold) / 100
+ }}
+
+
+
+
+
+ {{ scope.row.permanentGold / 100 }}
+
+
+
+
+ {{ scope.row.freeGold / 100 }}
+
+
+
+
+ {{ scope.row.taskGold / 100 }}
+
+
+
+
+
+
+
+
+
+
+
+
+