diff --git a/vue-fastapi-frontend/src/main.js b/vue-fastapi-frontend/src/main.js
index fcb424d..a772047 100644
--- a/vue-fastapi-frontend/src/main.js
+++ b/vue-fastapi-frontend/src/main.js
@@ -59,6 +59,7 @@ app.config.globalProperties.handleTree = handleTree
app.config.globalProperties.addDateRange = addDateRange
app.config.globalProperties.selectDictLabel = selectDictLabel
app.config.globalProperties.selectDictLabels = selectDictLabels
+app.config.globalProperties.parseTime = parseTime
// 全局组件挂载
app.component('DictTag', DictTag)
diff --git a/vue-fastapi-frontend/src/views/datastd/main/index.vue b/vue-fastapi-frontend/src/views/datastd/main/index.vue
index cd35d4b..5541c74 100644
--- a/vue-fastapi-frontend/src/views/datastd/main/index.vue
+++ b/vue-fastapi-frontend/src/views/datastd/main/index.vue
@@ -286,7 +286,11 @@
-
+
+
+ {{ parseTime(scope.row.updTime) }}
+
+