From 1ec9171e664acf406b7dccbf86698fd0651b9e06 Mon Sep 17 00:00:00 2001 From: hupeng Date: Tue, 1 Sep 2020 15:50:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=AE=A2=E5=8D=95=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E9=80=80=E6=AC=BE=E6=A0=B7=E5=BC=8F=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/shop/order/detail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/shop/order/detail.vue b/src/views/shop/order/detail.vue index d55ac8c..aa39eec 100644 --- a/src/views/shop/order/detail.vue +++ b/src/views/shop/order/detail.vue @@ -22,7 +22,7 @@
支付方式: {{ form.payTypeName }}
-
订单状态: {{ form.statusName }}
+
订单状态:
商品总价: {{ form.totalPrice }}
优惠券金额: {{ form.couponPrice }}
创建时间: {{ parseTime(form.createTime) }}