From 753c9962913b81b098cb3b62b5f42a881b1af557 Mon Sep 17 00:00:00 2001
From: John Bro <42930107+john1298308460@users.noreply.github.com>
Date: Mon, 23 Sep 2024 14:33:15 +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?=
=?UTF-8?q?=20(#6551)?=
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 ea320e7aa..d6193f797 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 @@