|
@@ -342,7 +342,7 @@ export default {
|
342
|
342
|
return money >= 0 ? { color: '#67C23A' } : { color: '#FA5555' }
|
343
|
343
|
},
|
344
|
344
|
all(scope) {
|
345
|
|
- return (scope.row.allUp+scope.row.allDown+Number(scope.row.allReward)+Number(scope.row.allAdminPunishment)-scope.row.allChips-scope.row.allServiceFees)*(-1)
|
|
345
|
+ return (scope.row.allUp+scope.row.allDown-scope.row.allChips-scope.row.allServiceFees)*(-1)
|
346
|
346
|
},
|
347
|
347
|
getSummaries(param) {
|
348
|
348
|
const { columns, data } = param;
|