From fea2d693c33fdbcb4c8304a96a4e584829cb437b Mon Sep 17 00:00:00 2001
From: sen <sen@qq.com>
Date: 星期四, 29 一月 2026 17:25:30 +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