|
|
@@ -197,9 +197,9 @@ export default {
|
|
|
{ prop: "name", label: "姓名", minWidth: 80 },
|
|
|
{ prop: "deptId", label: "机构代码", minWidth: 160 },
|
|
|
{ prop: "deptName", label: "机构名称", minWidth: 100 },
|
|
|
- { prop: "sumAmount", label: "总金额", minWidth: 100 },
|
|
|
- { prop: "sumAmountWithdrawal", label: "提现总金额", minWidth: 100 },
|
|
|
- { prop: "sumAmountAccount", label: "已到账总金额", minWidth: 100 },
|
|
|
+ { prop: "sumAmountWithdrawal", label: "总收益金额", minWidth: 100 },
|
|
|
+ { prop: "sumAmount", label: "可提现金额", minWidth: 100 },
|
|
|
+ { prop: "sumAmountAccount", label: "已提现金额", minWidth: 100 },
|
|
|
{ prop: "sumAmountPayment", label: "支付中总金额 ", minWidth: 100 },
|
|
|
{ prop: "zgCoin", label: "掌柜币", minWidth: 100 },
|
|
|
{ prop: "zgCoinAmountWithdrawal", label: "掌柜币提现总金额", minWidth: 100 },
|
|
|
@@ -433,11 +433,11 @@ export default {
|
|
|
.then((res) => {
|
|
|
if (res.code == 200) {
|
|
|
let resData = {
|
|
|
- content: res.data.records,
|
|
|
- pageNum: res.data.current,
|
|
|
- pageSize: res.data.size,
|
|
|
- totalPages: res.data.pages,
|
|
|
- totalSize: res.data.total,
|
|
|
+ content: res.data.content,
|
|
|
+ pageNum: res.data.pageNum,
|
|
|
+ pageSize: res.data.pageSize,
|
|
|
+ totalPages: res.data.totalPages,
|
|
|
+ totalSize: res.data.totalSize,
|
|
|
}
|
|
|
this.pageResult = resData;
|
|
|
}
|