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;
-
-
}