From 89aeb011a89a619b92b6f660d82dd77c11064a74 Mon Sep 17 00:00:00 2001
From: taochengbo <552920369@qq.com>
Date: Mon, 17 Aug 2020 22:57:11 +0800
Subject: [PATCH] =?UTF-8?q?bug--=E6=A0=B8=E9=94=80=E8=AE=A2=E5=8D=95?=
=?UTF-8?q?=E6=97=B6=E9=97=B4=E9=94=99=E8=AF=AF?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/shop/order/indext.vue | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/shop/order/indext.vue b/src/views/shop/order/indext.vue
index 325f1e8..abc312c 100644
--- a/src/views/shop/order/indext.vue
+++ b/src/views/shop/order/indext.vue
@@ -87,12 +87,12 @@
- {{ scope.row.addTime }}
+
- {{ formatTime(scope.row.addTime) }}
+ {{ formatTime(scope.row.createTime) }}
@@ -520,7 +520,7 @@ export default {
paid: data.paid,
payTime: data.payTime,
payType: data.payType,
- addTime: data.addTime,
+ createTime: data.createTime,
status: data.status,
refundStatus: data.refundStatus,
refundReasonWapImg: data.refundReasonWapImg,