From e15d032770157952bab8d9b15177ac03d736851c Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期六, 09 五月 2026 17:34:53 +0800
Subject: [PATCH] 医疗信息

---
 src/main.js |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/src/main.js b/src/main.js
index 60b8011..2d5ec49 100644
--- a/src/main.js
+++ b/src/main.js
@@ -25,7 +25,8 @@
 import './permission' // permission control
 import { getDicts } from "@/api/system/dict/data";
 import { getConfigKey } from "@/api/system/config";
-import { parseTime, resetForm, addDateRange, selectDictLabel, selectDictLabels, handleTree } from "@/utils/ruoyi";
+import { parseTime, getLabelsFromString,resetForm, addDateRange, selectDictLabel, selectDictLabels,donatebaseinfoEdit, handleTree } from "@/utils/ruoyi";
+import { formatTime } from "@/utils/index";
 import dataV from '@jiaminghi/data-view';//dataV
 // 鍒嗛〉缁勪欢
 import Pagination from "@/components/Pagination";
@@ -65,6 +66,9 @@
 Vue.prototype.getDicts = getDicts
 Vue.prototype.getConfigKey = getConfigKey
 Vue.prototype.parseTime = parseTime
+Vue.prototype.getLabelsFromString = getLabelsFromString
+Vue.prototype.donatebaseinfoEdit = donatebaseinfoEdit
+Vue.prototype.formatTime = formatTime
 Vue.prototype.resetForm = resetForm
 Vue.prototype.addDateRange = addDateRange
 Vue.prototype.selectDictLabel = selectDictLabel

--
Gitblit v1.9.3