From 446f423ccea20bfbcd03b7f2f4a680567277b5c3 Mon Sep 17 00:00:00 2001
From: wujianwei <wjw@11.com>
Date: 星期四, 28 八月 2025 15:32:32 +0800
Subject: [PATCH] 新增前后端

---
 ui/admin-ui3/src/plugins/index.ts |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/ui/admin-ui3/src/plugins/index.ts b/ui/admin-ui3/src/plugins/index.ts
index c67b7ba..cc39b5c 100644
--- a/ui/admin-ui3/src/plugins/index.ts
+++ b/ui/admin-ui3/src/plugins/index.ts
@@ -5,7 +5,7 @@
 import modal from "@/plugins/modal";
 import download from "@/plugins/download";
 import {useDict} from "@/utils/dict";
-import { parseTime, resetForm, addDateRange, handleTree, selectDictLabel } from '@/utils/ruoyi'
+import { parseTime, resetForm, addDateRange,addDateRangeNew, handleTree, selectDictLabel } from '@/utils/ruoyi'
 
 
 export default function installPlugins(app: App<Element>) {
@@ -24,6 +24,7 @@
     app.config.globalProperties.parseTime = parseTime;
     app.config.globalProperties.resetForm = resetForm;
     app.config.globalProperties.addDateRange = addDateRange;
+    app.config.globalProperties.addDateRangeNew = addDateRangeNew;
     app.config.globalProperties.handleTree = handleTree;
     app.config.globalProperties.selectDictLabel = selectDictLabel;
 }
\ No newline at end of file

--
Gitblit v1.8.0