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/followvisit/tasklist/FollowupDetails/index.vue | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/views/followvisit/tasklist/FollowupDetails/index.vue b/src/views/followvisit/tasklist/FollowupDetails/index.vue index cb54b9d..471c130 100644 --- a/src/views/followvisit/tasklist/FollowupDetails/index.vue +++ b/src/views/followvisit/tasklist/FollowupDetails/index.vue @@ -874,7 +874,7 @@ </el-select> </el-form-item> - <el-form-item label="鍑洪櫌鐥呭尯" prop="status"> + <el-form-item label="鐥呭尯" prop="status"> <el-select v-model="patientqueryParams.topic" placeholder="璇烽�夋嫨" @@ -940,7 +940,11 @@ prop="telcode" width="120" :show-overflow-tooltip="true" - /> + > + <template slot-scope="scope"> + <span>{{ desensitization(scope.row.telcode,'phone') }}</span> + </template></el-table-column + > <el-table-column label="浠诲姟璇︽儏" -- Gitblit v1.9.3