From e24f00abe233f363b1fcd707613e676454b7ed63 Mon Sep 17 00:00:00 2001
From: cwchen <1048842385@qq.com>
Date: Mon, 16 Dec 2024 13:18:05 +0800
Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E8=84=B1=E6=95=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
bns/html/notice/notice.html | 2 +-
bns/js/teamInformation/child/teamEvaluate.js | 2 +-
bns/js/teamInformation/child/teamPersonnel.js | 5 ++++-
3 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/bns/html/notice/notice.html b/bns/html/notice/notice.html
index 2884287..7231067 100644
--- a/bns/html/notice/notice.html
+++ b/bns/html/notice/notice.html
@@ -18,7 +18,7 @@
-
+
diff --git a/bns/js/teamInformation/child/teamEvaluate.js b/bns/js/teamInformation/child/teamEvaluate.js
index 052a9b9..959f3e2 100644
--- a/bns/js/teamInformation/child/teamEvaluate.js
+++ b/bns/js/teamInformation/child/teamEvaluate.js
@@ -151,7 +151,7 @@ function initTable(dataList, limit, page) {
minWidth: 200,
align: "center",
templet: function (d) {
- return "" + d.fzrName + "
" + d.phone + "";
+ return "" + d.fzrName + "
" + phoneHide(d.phone) + "";
},
},
{
diff --git a/bns/js/teamInformation/child/teamPersonnel.js b/bns/js/teamInformation/child/teamPersonnel.js
index dc0668a..e2a5765 100644
--- a/bns/js/teamInformation/child/teamPersonnel.js
+++ b/bns/js/teamInformation/child/teamPersonnel.js
@@ -150,7 +150,10 @@ function initTable(dataList, limit, page) {
unresize: true,
sort: true,
minWidth: 200,
- align: "center"
+ align: "center",
+ templet: function (d) {
+ return desensitizeIDCard(d.card)
+ }
},
{