|
@@ -6,7 +6,7 @@
|
|
|
<el-card shadow="always">
|
|
|
<div class="item">
|
|
|
<div style="padding: 10px">
|
|
|
- <span>全部订单</span>
|
|
|
+ <span>今日新增订单</span>
|
|
|
</div>
|
|
|
<div class="count">
|
|
|
{{ orderStatistics ? orderStatistics.AllOrder : 0 }} 个
|
|
@@ -494,7 +494,7 @@
|
|
|
{{ detailInfo ? detailInfo.freightFee : "" }}</el-descriptions-item
|
|
|
>
|
|
|
<el-descriptions-item label="实付款(元)">
|
|
|
- {{ detailInfo ? detailInfo.totalPrice : "" }}
|
|
|
+ {{ detailInfo ? detailInfo.paymentAmount : "" }}
|
|
|
</el-descriptions-item>
|
|
|
</el-descriptions>
|
|
|
<el-descriptions title="物流信息" column="3">
|