diff --git a/frontend/src/business/components/api/report/ApiReportList.vue b/frontend/src/business/components/api/report/ApiReportList.vue
index b20419462a..7f35563e86 100644
--- a/frontend/src/business/components/api/report/ApiReportList.vue
+++ b/frontend/src/business/components/api/report/ApiReportList.vue
@@ -15,7 +15,8 @@
-
+
{{ scope.row.createTime | timestampFormatDate }}
diff --git a/frontend/src/business/components/api/test/ApiTestList.vue b/frontend/src/business/components/api/test/ApiTestList.vue
index 3a52b396fb..e3cb18c6aa 100644
--- a/frontend/src/business/components/api/test/ApiTestList.vue
+++ b/frontend/src/business/components/api/test/ApiTestList.vue
@@ -15,12 +15,14 @@
-
+
{{ scope.row.createTime | timestampFormatDate }}
-
+
{{ scope.row.updateTime | timestampFormatDate }}