From 3a7caf4344d5911a3ee68d232e53887d6cc2ff6b Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期三, 15 一月 2025 15:41:25 +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 5ca998f..5549b74 100644 --- a/src/main.js +++ b/src/main.js @@ -51,6 +51,7 @@ selectDictLabel, selectDictLabels, handleTree, + daysBetween, } from "@/utils/ruoyi"; import LemonMessageVoice from './websocket/lemon-message-voice'; Vue.component(LemonMessageVoice.name,LemonMessageVoice); @@ -93,6 +94,7 @@ Vue.prototype.getConfigKey = getConfigKey; Vue.prototype.parseTime = parseTime; Vue.prototype.formatTime = formatTime; +Vue.prototype.daysBetween = daysBetween; Vue.prototype.resetForm = resetForm; Vue.prototype.addDateRange = addDateRange; Vue.prototype.selectDictLabel = selectDictLabel; -- Gitblit v1.9.3