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/ExternalPatient.vue |   62 ++++++++++++++++++++++---------
 1 files changed, 44 insertions(+), 18 deletions(-)

diff --git a/src/views/patient/patient/ExternalPatient.vue b/src/views/patient/patient/ExternalPatient.vue
index b05136d..a4bee4e 100644
--- a/src/views/patient/patient/ExternalPatient.vue
+++ b/src/views/patient/patient/ExternalPatient.vue
@@ -108,7 +108,7 @@
             <el-table
               v-loading="loading"
               :data="userList"
-              height="660"
+              height="808"
               @selection-change="handleSelectionChange"
             >
               <el-table-column type="selection" width="50" align="center" />
@@ -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