From 39325ed5f9d5ebd80ad0c6bfe6689b014b72d0fb Mon Sep 17 00:00:00 2001 From: WXL (wul) <wl_5969728@163.com> Date: 星期五, 12 九月 2025 18:00:53 +0800 Subject: [PATCH] 随访类型及人员配置优化,宣教优化,脱敏处理 --- src/views/followvisit/discharge/outpatientService.vue | 14 +++++++++++--- 1 files changed, 11 insertions(+), 3 deletions(-) diff --git a/src/views/followvisit/discharge/outpatientService.vue b/src/views/followvisit/discharge/outpatientService.vue index 1ec2c19..cfe033b 100644 --- a/src/views/followvisit/discharge/outpatientService.vue +++ b/src/views/followvisit/discharge/outpatientService.vue @@ -427,14 +427,22 @@ align="center" key="sfzh" prop="sfzh" - /> + > + <template slot-scope="scope"> + <span>{{ desensitization(scope.row.sfzh, "idCard") }}</span> + </template></el-table-column + > <el-table-column label="鑱旂郴鐢佃瘽" width="200" align="center" key="phone" prop="phone" - /> + > + <template slot-scope="scope"> + <span>{{ desensitization(scope.row.phone, "phone") }}</span> + </template></el-table-column + > <el-table-column label="璐d换鎶ゅ+" width="120" @@ -1181,7 +1189,7 @@ }, affiliation() { - this.topqueryParams.managementDoctor = store.getters.hisUserId; + this.topqueryParams.managementDoctorCode= store.getters.hisUserId; this.getList(1); }, -- Gitblit v1.9.3