From 1b736033f6d01b774d58b4c2d7cd2ce8607a44fa Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期日, 28 十二月 2025 20:28:46 +0800
Subject: [PATCH] 页面完善

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

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

--
Gitblit v1.9.3