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/patient/profile/index.vue | 26 +++++++++++++++++++------- 1 files changed, 19 insertions(+), 7 deletions(-) diff --git a/src/views/patient/patient/profile/index.vue b/src/views/patient/patient/profile/index.vue index 08dab86..5d80f3e 100644 --- a/src/views/patient/patient/profile/index.vue +++ b/src/views/patient/patient/profile/index.vue @@ -402,7 +402,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" @@ -419,7 +423,7 @@ /> <el-table-column - label="灏辫瘖绉戝" + label="灏辫瘖璇鹃缁�" align="center" key="deptname" prop="deptname" @@ -479,7 +483,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" @@ -496,7 +504,7 @@ /> <el-table-column - label="灏辫瘖绉戝" + label="灏辫瘖璇鹃缁�" align="center" key="deptname" prop="deptname" @@ -556,7 +564,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" @@ -573,7 +585,7 @@ /> <el-table-column - label="灏辫瘖绉戝" + label="灏辫瘖璇鹃缁�" align="center" key="deptname" prop="deptname" @@ -649,7 +661,7 @@ <div style="margin-top: 10px"> <el-row :gutter="20"> <el-col :span="12" - >绉戝锛� + >璇鹃缁勶細 <span style="color: #2775b6">{{ item.deptname }}</span></el-col > <el-col :span="12" -- Gitblit v1.9.3