@extends('layouts.base') @section('title', '会员收入统计') @section('content')
会员收入汇总
选择列表字段
搜索
导出
[[ scope.row.rank ]]
[[scope.row.member !== null ? scope.row.member.nickname : '']]
[[scope.row.member !== null ? scope.row.member.mobile : '']]
未提现收入
已提现收入
[[scope.row.grand_no_withdraw_income]]
[[scope.row.grand_withdraw_income]]
劳务税总和
手续费总和
[[scope.row.withdraw !== null ? scope.row.withdraw.grand_service : '']]
[[scope.row.withdraw !== null ? scope.row.withdraw.grand_poundage : '']]
收入详情
@include('Yunshop\ShopStatistics::backend.field_dialog') @endsection