From 1dfcbef8a330671b53569504412bbe0a884c1262 Mon Sep 17 00:00:00 2001
From: zhoujunhong <1298308460@qq.com>
Date: Mon, 23 Sep 2024 11:30:47 +0800
Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BC=96=E6=8E=92=E6=A8=A1=E6=9D=BF?=
=?UTF-8?q?=E5=88=97=E8=A1=A8=E6=97=A5=E6=9C=9F=E6=A0=BC=E5=BC=8F=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
frontend/src/views/container/template/index.vue | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/frontend/src/views/container/template/index.vue b/frontend/src/views/container/template/index.vue
index ea320e7aacb3..d6193f797a4c 100644
--- a/frontend/src/views/container/template/index.vue
+++ b/frontend/src/views/container/template/index.vue
@@ -47,7 +47,7 @@
- {{ dateFormatSimple(row.createdAt) }}
+ {{ dateFormat(0, 0, row.createdAt) }}
@@ -63,7 +63,7 @@