|
@@ -7,7 +7,7 @@
|
|
|
<detail-list-item term="下单时间">{{ orderBundle.orderDate ? orderBundle.orderDate : '--' }}</detail-list-item>
|
|
|
<detail-list-item term="订单状态">{{ palyStatus ? palyStatus :'--' }}</detail-list-item>
|
|
|
<detail-list-item term="客户信息">{{ custInfo ? custInfo : '--' }}</detail-list-item>
|
|
|
- <detail-list-item term="应付金额">{{ orderBundle.totalAmount ? orderBundle.totalAmount :'--' }}</detail-list-item>
|
|
|
+ <detail-list-item term="应付金额">¥{{ orderBundle.totalAmount ? orderBundle.totalAmount :'--' }}</detail-list-item>
|
|
|
<detail-list-item term="支付时间" v-if="isPay">{{ payDate ? payDate : '--' }}</detail-list-item>
|
|
|
<detail-list-item term="支付金额" v-if="isPay">¥{{ orderBundle.payedAmount ? orderBundle.payedAmount : '--' }}</detail-list-item>
|
|
|
</detail-list>
|