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/patient/follow/index.vue | 22 ++++++++++++++++++---- 1 files changed, 18 insertions(+), 4 deletions(-) diff --git a/src/views/patient/follow/index.vue b/src/views/patient/follow/index.vue index 06f2765..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" @@ -314,7 +322,7 @@ }, { value: 1, - label: "绉戝鎮h��", + label: "璇鹃缁勬偅鑰�", }, { value: 2, @@ -619,7 +627,13 @@ height: 100px; } } +.button-textxga { + color: #de7897; +} +.button-textxga { + color: #de7897; +} .button-textsc { - color: #28cfe6; + color: #3664d9; } </style> -- Gitblit v1.9.3