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 |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/main.js b/src/main.js
index e523ac8..04d925e 100644
--- a/src/main.js
+++ b/src/main.js
@@ -50,6 +50,7 @@
   addDateRange,
   selectDictLabel,
   selectDictLabels,
+  desensitization,
   handleTree,
   daysBetween,
 } from "@/utils/ruoyi";
@@ -96,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