|
@@ -66,21 +66,21 @@
|
|
|
|
|
|
<div class="app-container_table_main">
|
|
|
<!-- 页面表格数据区域 Start -->
|
|
|
- <el-table v-loading="loading" ref="statementsTableRef" :data="tableDataList" border row-key="id"
|
|
|
- :tree-props="{ children: 'children', hasChildren: 'hasChildren' }" class="cust-table" height="100%">
|
|
|
- <el-table-column label="日期" align="center" prop="performDate" width="200" />
|
|
|
- <el-table-column label="演出时段" align="center" prop="performTime" width="200" />
|
|
|
- <el-table-column label="下单人数(个)" align="center" prop="viewersCount" width="200" />
|
|
|
- <el-table-column label="交易总额(元)" align="center" prop="orderPrice" width="200" />
|
|
|
- <el-table-column label="核销金额(元)" align="center" prop="usePriceTotal" width="200" />
|
|
|
- <el-table-column label="应到账金额(元)" align="center" prop="realPrice" width="200" />
|
|
|
- <el-table-column label="分销金额(元)" align="center" prop="retailPriceTotal" width="200" />
|
|
|
+ <el-table v-loading="loading" ref="statementsTableRef" :data="tableDataList" border show-summary row-key="id"
|
|
|
+ :tree-props="{ children: 'children', hasChildren: 'hasChildren' }" class="cust-table" max-height="530px">
|
|
|
+ <el-table-column label="日期" align="center" prop="performDate" width="150" />
|
|
|
+ <el-table-column label="演出时段" align="center" prop="performTime" width="150" />
|
|
|
+ <el-table-column label="下单人数(个)" align="center" prop="viewersCount" width="150" />
|
|
|
+ <el-table-column label="交易总额(元)" align="center" prop="orderPrice" width="150" />
|
|
|
+ <el-table-column label="核销金额(元)" align="center" prop="usePriceTotal" width="150" />
|
|
|
+ <el-table-column label="应到账金额(元)" align="center" prop="realPrice" width="160" />
|
|
|
+ <el-table-column label="分销金额(元)" align="center" prop="retailPriceTotal" width="150" />
|
|
|
<!-- <el-table-column label="费率(%)" align="center" prop="withdrawRate" width="200" />
|
|
|
<el-table-column label="手续费(元)" align="center" prop="proceMoney" width="200" /> -->
|
|
|
- <el-table-column label="退款人数(个)" align="center" prop="refundViewerTotal" width="200" />
|
|
|
- <el-table-column label="退款金额(元)" align="center" prop="refundPriceTotal" width="200" />
|
|
|
- <el-table-column label="提现金额(元)" align="center" prop="withdrawPriceTotal" width="200" />
|
|
|
- <el-table-column label="分销提现金额(元)" align="center" prop="personWithdrawPriceTotal" width="200" />
|
|
|
+ <el-table-column label="退款人数(个)" align="center" prop="refundViewerTotal" width="150" />
|
|
|
+ <el-table-column label="退款金额(元)" align="center" prop="refundPriceTotal" width="150" />
|
|
|
+ <el-table-column label="提现金额(元)" align="center" prop="withdrawPriceTotal" width="150" />
|
|
|
+ <el-table-column label="分销提现金额(元)" align="center" prop="personWithdrawPriceTotal" width="160" />
|
|
|
<el-table-column label="操作" align="center" width="200" class-name="small-padding fixed-width">
|
|
|
<template slot-scope="scope">
|
|
|
<!-- <el-button size="mini" type="text" @click="goStatementsIndexNew(scope.row)"
|