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