Commit 8a3da24c by caoyanzhi

修改取值字段

parent 3a9c9301
......@@ -6,7 +6,7 @@
<div class="record-navitem">
<!-- 这里跑数据的时候去反了 -->
<p class="lheigth40">消费总额(实付)</p>
<p class="record-txt">{{ memberInfo.costFeeReceivable | fomatFloat }}</p>
<p class="record-txt">{{ memberInfo.costFeePaid | fomatFloat }}</p>
</div>
<div class="record-navitem">
<p class="lheigth40">消费总额(应收)</p>
......@@ -34,7 +34,7 @@
</div>
<div class="record-navitem">
<p class="lheigth40">最高单笔(实付)</p>
<p class="record-txt">{{ memberInfo.highCostReceivable | fomatFloat }}</p>
<p class="record-txt">{{ memberInfo.highCostPaid | fomatFloat }}</p>
</div>
<div class="record-navitem">
<p class="lheigth40">最高单笔(应收)</p>
......@@ -591,8 +591,8 @@ export default {
highCost: temp.highCost,
costCategoryCount: temp.costCategoryCount,
avgDiscount: temp.avgDiscount,
costFeeReceivable: temp.costFeeReceivable,
highCostReceivable: temp.highCostReceivable
costFeePaid: temp.costFeePaid,
highCostPaid: temp.highCostPaid
};
} else {
checkFalse(res.data.message);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment