From a78b97b7eda94afd0c869770c16688c020880a4a Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期三, 17 九月 2025 15:35:46 +0800
Subject: [PATCH] 同步

---
 src/views/followvisit/mzsatisfaction/index.vue |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/src/views/followvisit/mzsatisfaction/index.vue b/src/views/followvisit/mzsatisfaction/index.vue
index 1140c86..59a814c 100644
--- a/src/views/followvisit/mzsatisfaction/index.vue
+++ b/src/views/followvisit/mzsatisfaction/index.vue
@@ -425,14 +425,22 @@
           align="center"
           key="sfzh"
           prop="sfzh"
-        />
+        >
+          <template slot-scope="scope">
+            <span>{{ desensitization(scope.row.sfzh, "idCard") }}</span>
+          </template></el-table-column
+        >
         <el-table-column
           label="鑱旂郴鐢佃瘽"
           width="200"
           align="center"
           key="phone"
           prop="phone"
-        />
+        >
+          <template slot-scope="scope">
+            <span>{{ desensitization(scope.row.phone, "phone") }}</span>
+          </template></el-table-column
+        >
         <el-table-column
           label="璐d换鎶ゅ+"
           width="120"

--
Gitblit v1.9.3