修改bug

This commit is contained in:
mabo
2021-06-30 15:51:14 +08:00
parent 950b8a097c
commit c9e58f3586
12 changed files with 73 additions and 60 deletions

View File

@@ -100,7 +100,7 @@ export default {
},
{
title: "推广单数",
key: "orderNum",
key: "distributionOrderCount",
minWidth: 120,
width: 150,
},
@@ -124,7 +124,7 @@ export default {
render: (h, params) => {
return h(
"div",
this.$options.filters.unitPrice(params.row.rebateTotal, "¥")
this.$options.filters.unitPrice(params.row.canRebate, "¥")
);
},
},
@@ -136,7 +136,7 @@ export default {
render: (h, params) => {
return h(
"div",
this.$options.filters.unitPrice(params.row.rebateTotal, "¥")
this.$options.filters.unitPrice(params.row.commissionFrozen, "¥")
);
},
},