|
|
@@ -239,7 +239,7 @@
|
|
|
</el-descriptions-item> -->
|
|
|
<el-descriptions-item label="物流代收" >
|
|
|
<span v-if="order!=null">
|
|
|
- ¥{{(order.payPrice - order.payMoney).toFixed(2)}}
|
|
|
+ ¥{{(order.totalPrice - order.payPrice).toFixed(2)}}
|
|
|
</span>
|
|
|
</el-descriptions-item>
|
|
|
</el-descriptions>
|