From f227bb12e09a743bdf719fa06eb3a6ec8add6cd2 Mon Sep 17 00:00:00 2001
From: dtsz <314942997@qq.com>
Date: Thu, 23 Mar 2023 12:27:23 +0800
Subject: [PATCH] =?UTF-8?q?fix:=E6=97=B6=E9=97=B4=E6=9C=AA=E6=A0=BC?=
=?UTF-8?q?=E5=BC=8F=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/infra/apiErrorLog/index.vue | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/views/infra/apiErrorLog/index.vue b/src/views/infra/apiErrorLog/index.vue
index 2230d38e2..174a604cc 100644
--- a/src/views/infra/apiErrorLog/index.vue
+++ b/src/views/infra/apiErrorLog/index.vue
@@ -92,7 +92,7 @@
- {{ scope.row.exceptionTime }}
+ {{ formatDate(scope.row.exceptionTime, 'YYYY-MM-DD HH:mm:ss') }}
@@ -157,6 +157,7 @@