From bb52c6fc1455dfa67f345bc37973e954c8491a05 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期一, 15 九月 2025 17:13:49 +0800
Subject: [PATCH] 测试完成

---
 src/views/patient/patient/physical.vue |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/src/views/patient/patient/physical.vue b/src/views/patient/patient/physical.vue
index 3375180..ce36367 100644
--- a/src/views/patient/patient/physical.vue
+++ b/src/views/patient/patient/physical.vue
@@ -194,7 +194,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="鎮h�呮爣绛撅紙缂猴級"
             align="center"

--
Gitblit v1.9.3