You need to sign in or sign up before continuing.
Commit 820d3b2d by caoyanzhi

添加实付

parent 8f7fde50
......@@ -33,8 +33,8 @@
<p class="meduimtxt">{{ memberInfo.avgGoodsCost | fomatFloat }}</p>
</div>
<div class="record-navitem">
<p class="lheigth40">最高单笔</p>
<p class="meduimtxt">{{ memberInfo.highCostReceivable | fomatFloat }}</p>
<p class="lheigth40">最高单笔(实付)</p>
<p class="meduimtxt">{{ memberInfo.highCostPaid | fomatFloat }}</p>
</div>
<div class="record-navitem">
<p class="lheigth40">最高单笔(应收)</p>
......
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