From 36055a3b5329bd7c5e39f1242694300796c2a3b1 Mon Sep 17 00:00:00 2001 From: "si@aidatagov.com" Date: Sat, 14 Jun 2025 18:09:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AF=E5=A2=9E=E5=8A=A0=E5=85=A8?= =?UTF-8?q?=E5=B1=80=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue-fastapi-frontend/src/main.js | 1 + vue-fastapi-frontend/src/views/datastd/main/index.vue | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) 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 @@ - + + +