From 92f08fabfe3dad48f2cce5c1f06c2f0065126b02 Mon Sep 17 00:00:00 2001 From: cwchen <1048842385@qq.com> Date: Fri, 13 Sep 2024 19:33:11 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8F=AD=E7=BB=84=E8=B4=A8=E9=87=8F=E6=89=8B?= =?UTF-8?q?=E6=9C=BA=E5=8F=B7=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ah-jjzhgd-web/src/views/basic/quality/index.vue | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/ah-jjzhgd-web/src/views/basic/quality/index.vue b/ah-jjzhgd-web/src/views/basic/quality/index.vue index 59d10f6..81fb0d2 100644 --- a/ah-jjzhgd-web/src/views/basic/quality/index.vue +++ b/ah-jjzhgd-web/src/views/basic/quality/index.vue @@ -54,7 +54,7 @@ - + @@ -193,6 +193,15 @@ export default { this.getTeamList() }, methods: { + phoneFormatter(row, column, cellValue, index){ + if(row.teamLeaderPhone){ + let teamLeaderPhone = decryptData(row.teamLeaderPhone).replace(/\/g, ''); + const formatPhone = desensitize(teamLeaderPhone,'phone').replace(/\/g, ''); + return formatPhone; + }else{ + return ''; + } + }, openModulDialog(title, modulName, width, openFalg) { this.componentDialog.title = title this.componentDialog.modulName = modulName