From 19c62799136bb984e968fcb6b0a4d2371d018270 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期一, 15 九月 2025 17:43:11 +0800
Subject: [PATCH] 人员信息展示更新

---
 src/views/patient/follow/index.vue |   19 +++++++++++++++----
 1 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/src/views/patient/follow/index.vue b/src/views/patient/follow/index.vue
index 06f2765..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"
@@ -314,7 +322,7 @@
         },
         {
           value: 1,
-          label: "绉戝鎮h��",
+          label: "璇鹃缁勬偅鑰�",
         },
         {
           value: 2,
@@ -619,7 +627,10 @@
     height: 100px;
   }
 }
+.button-textxga {
+  color: #de7897;
+}
 .button-textsc {
-  color: #28cfe6;
+  color: #3664d9;
 }
 </style>

--
Gitblit v1.9.3