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,