From b20930f5166a5b59d140ea8a1df96407f57a3d47 Mon Sep 17 00:00:00 2001
From: Huakk <1751826683@qq.com>
Date: Sat, 20 Jul 2024 17:38:36 +0800
Subject: [PATCH] =?UTF-8?q?fix(custom):=20=E4=BF=AE=E6=AD=A3=E8=B4=A6?=
=?UTF-8?q?=E6=88=B7=E6=98=8E=E7=BB=86=E6=97=B6=E9=97=B4=E6=98=BE=E7=A4=BA?=
=?UTF-8?q?=E4=B8=8D=E5=AE=8C=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/pages/users/account/index.vue | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)
diff --git a/src/pages/users/account/index.vue b/src/pages/users/account/index.vue
index f15488e..8fcc061 100644
--- a/src/pages/users/account/index.vue
+++ b/src/pages/users/account/index.vue
@@ -173,7 +173,7 @@ const closePicker = () => {
订单号: {{ item.oid }}
{{
- dayjs(item.add_time).format('YYYY/MM/DD mm:ss')
+ dayjs(item.add_time).format('YYYY/MM/DD HH:mm:ss')
}}
@@ -192,7 +192,9 @@ const closePicker = () => {
订单:{{ item.oid }}
时间:{{ item.add_time.slice(0, 10) }}时间:{{
+ dayjs(item.add_time).format('YYYY/MM/DD HH:mm:ss')
+ }}
@@ -213,7 +215,9 @@ const closePicker = () => {
订单:{{ item.oid }}
时间:{{ item.add_time.slice(0, 10) }}时间:{{
+ dayjs(item.add_time).format('YYYY/MM/DD HH:mm:ss')
+ }}
@@ -230,7 +234,9 @@ const closePicker = () => {
类型:{{ computerType(item.type) }}
时间:{{ item.add_time.slice(0, 10) }}时间:{{
+ dayjs(item.add_time).format('YYYY/MM/DD HH:mm:ss')
+ }}
@@ -291,7 +297,5 @@ const closePicker = () => {
align-items: center;
font-size: 25px;
margin-bottom: 25px;
-
-
}