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/patient/operation.vue | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/src/views/patient/patient/operation.vue b/src/views/patient/patient/operation.vue index 3909a49..2b613ee 100644 --- a/src/views/patient/patient/operation.vue +++ b/src/views/patient/patient/operation.vue @@ -162,7 +162,11 @@ key="telcode" prop="telcode" width="160" - /> + > + <template slot-scope="scope"> + <span>{{ desensitization(scope.row.telcode,'phone') }}</span> + </template></el-table-column + > <!-- <el-table-column label="鍏ラ櫌璇婃柇" -- Gitblit v1.9.3