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

---
 src/views/patient/follow/index.vue |   17 ++++++++++++++---
 1 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/src/views/patient/follow/index.vue b/src/views/patient/follow/index.vue
index ed3682c..634ae88 100644
--- a/src/views/patient/follow/index.vue
+++ b/src/views/patient/follow/index.vue
@@ -164,7 +164,11 @@
             key="idcardno"
             prop="idcardno"
             width="190"
-          />
+          >
+            <template slot-scope="scope">
+              <span>{{ desensitization(scope.row.idcardno, "idCard") }}</span>
+            </template></el-table-column
+          >
 
           <el-table-column
             label="鑱旂郴鏂瑰紡"
@@ -172,7 +176,11 @@
             key="telcode"
             prop="telcode"
             width="120"
-          />
+          >
+            <template slot-scope="scope">
+              <span>{{ desensitization(scope.row.telcode, "phone") }}</span>
+            </template></el-table-column
+          >
           <el-table-column
             label="寤烘。鏃ユ湡"
             align="center"
@@ -622,7 +630,10 @@
 .button-textxga {
   color: #de7897;
 }
+.button-textxga {
+  color: #de7897;
+}
 .button-textsc {
-  color: #3664D9;
+  color: #3664d9;
 }
 </style>

--
Gitblit v1.9.3