From 25b6d3d875c1c24f70de8a06f8098b301a2790d5 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期一, 15 九月 2025 17:40:18 +0800
Subject: [PATCH] 关键字更新

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

diff --git a/src/views/patient/follow/index.vue b/src/views/patient/follow/index.vue
index ed3682c..ec4b99f 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"
@@ -623,6 +631,6 @@
   color: #de7897;
 }
 .button-textsc {
-  color: #3664D9;
+  color: #3664d9;
 }
 </style>

--
Gitblit v1.9.3