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) + } }, {