From 39325ed5f9d5ebd80ad0c6bfe6689b014b72d0fb Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期五, 12 九月 2025 18:00:53 +0800
Subject: [PATCH] 随访类型及人员配置优化,宣教优化,脱敏处理

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

diff --git a/src/main.js b/src/main.js
index 5549b74..04d925e 100644
--- a/src/main.js
+++ b/src/main.js
@@ -50,6 +50,7 @@
   addDateRange,
   selectDictLabel,
   selectDictLabels,
+  desensitization,
   handleTree,
   daysBetween,
 } from "@/utils/ruoyi";
@@ -77,6 +78,8 @@
 import components from "./components";
 // 璇煶缁勪欢
 import VueAudio from 'vue-audio-better'
+// 寮规鎷栧姩
+import '@/utils/drag.js';
 // 娉ㄥ唽杩囨护鍣�
 // 鑷畾涔夋寚浠�
 import * as directives from "./directives";
@@ -94,6 +97,7 @@
 Vue.prototype.getConfigKey = getConfigKey;
 Vue.prototype.parseTime = parseTime;
 Vue.prototype.formatTime = formatTime;
+Vue.prototype.desensitization = desensitization;
 Vue.prototype.daysBetween = daysBetween;
 Vue.prototype.resetForm = resetForm;
 Vue.prototype.addDateRange = addDateRange;

--
Gitblit v1.9.3