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/patient/ExternalPatient.vue | 60 +++++++++++++++++++++++++++++++++++++++++++----------------- 1 files changed, 43 insertions(+), 17 deletions(-) diff --git a/src/views/patient/patient/ExternalPatient.vue b/src/views/patient/patient/ExternalPatient.vue index 83cbeab..a4bee4e 100644 --- a/src/views/patient/patient/ExternalPatient.vue +++ b/src/views/patient/patient/ExternalPatient.vue @@ -153,7 +153,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="鑱旂郴鏂瑰紡" @@ -161,7 +165,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" @@ -263,15 +271,20 @@ prop="templatename" /> <el-table-column - label="寰呴殢璁�/鎬讳换鍔�" - align="center" - key="nickName" - prop="nickName" - > - <template slot-scope="scope"> - <span>{{ scope.row.wfs }}/{{ scope.row.yfs }}</span> - </template> - </el-table-column> + label="鎬讳换鍔�/宸查殢璁�" + align="center" + key="nickName" + width="120" + prop="nickName" + > + <template slot-scope="scope"> + <span + >{{ scope.row.wfs ? scope.row.wfs + scope.row.yfs : "" }}/{{ + scope.row.yfs + }}</span + > + </template> + </el-table-column> <el-table-column label="鍒涘缓浜�" align="center" @@ -542,9 +555,17 @@ <el-table-column prop="name" label="濮撳悕" width="100"> </el-table-column> <el-table-column prop="sex" label="鎬у埆"width="100"> </el-table-column> - <el-table-column prop="idcardno" width="300" label="璇佷欢鍙风爜"> </el-table-column> + <el-table-column prop="idcardno" width="300" label="璇佷欢鍙风爜"> + <template slot-scope="scope"> + <span>{{ desensitization(scope.row.idcardno,'idCard') }}</span> + </template> + </el-table-column> <el-table-column prop="goday" label="鍑虹敓鏃ユ湡"> </el-table-column> - <el-table-column prop="telcode" width="200" label="鑱旂郴鏂瑰紡"> </el-table-column> + <el-table-column prop="telcode" width="200" label="鑱旂郴鏂瑰紡"> + <template slot-scope="scope"> + <span>{{ desensitization(scope.row.telcode,'phone') }}</span> + </template> + </el-table-column> <el-table-column prop="createTime" width="200" label="鍒涘缓鏃ユ湡"> </el-table-column> </el-table> @@ -579,6 +600,9 @@ width="100"> </el-table-column> <el-table-column prop="sex" label="鎬у埆"width="100"> </el-table-column> <el-table-column prop="certificatenum" label="璇佷欢鍙风爜"> + <template slot-scope="scope"> + <span>{{ desensitization(scope.row.telcode,'phone') }}</span> + </template> </el-table-column> <el-table-column prop="goday" label="鍑虹敓鏃ユ湡"> </el-table-column> <el-table-column prop="menum" label="鏈汉鑱旂郴鏂瑰紡"> </el-table-column> @@ -756,7 +780,7 @@ }, { value: 1, - label: "绉戝鎮h��", + label: "璇鹃缁勬偅鑰�", }, { value: 2, @@ -1173,10 +1197,12 @@ font-size: 20px; } ::v-deep.leftvlue .el-card__body { - background: #d0e9fd; + background: #F2F8FF; + color: #324A9B; } ::v-deep.leftvlue .el-card__body:hover { - background: #8dc8f8; + background: #3664D9; + color: #fff; cursor: pointer; /* 榧犳爣鎮诞鏃跺彉涓烘墜褰� */ } .leftvlue { @@ -1240,7 +1266,7 @@ } } .button-textsc { - color: #28cfe6; + color: #3664D9; } .button-textxg { color: #de7897; -- Gitblit v1.9.3