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/behospitalized.vue |   25 ++++++++++++++++---------
 1 files changed, 16 insertions(+), 9 deletions(-)

diff --git a/src/views/patient/patient/behospitalized.vue b/src/views/patient/patient/behospitalized.vue
index 957a7ad..ea8f724 100644
--- a/src/views/patient/patient/behospitalized.vue
+++ b/src/views/patient/patient/behospitalized.vue
@@ -47,7 +47,7 @@
           <el-form-item label="鎮h�呰寖鍥�" prop="status">
             <el-cascader
               v-model="queryParams.scopetype"
-              placeholder="榛樿鍏ㄩ儴绉戝"
+              placeholder="榛樿鍏ㄩ儴璇鹃缁�"
               :options="sourcetype"
               :props="{ expandTrigger: 'hover' }"
               @change="handleChange"
@@ -205,7 +205,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="鍏ラ櫌璇婃柇"
@@ -216,7 +220,7 @@
           />
 
           <el-table-column
-            label="绉戝"
+            label="璇鹃缁�"
             align="center"
             key="deptname"
             prop="deptname"
@@ -341,6 +345,9 @@
           <el-table-column prop="certificate" label="璇佷欢绫诲瀷">
           </el-table-column>
           <el-table-column prop="certificatenum" 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="menum" label="鏈汉鑱旂郴鏂瑰紡"> </el-table-column>
@@ -448,7 +455,7 @@
         },
         {
           value: 1,
-          label: "绉戝鎮h��",
+          label: "璇鹃缁勬偅鑰�",
         },
         {
           value: 2,
@@ -491,7 +498,7 @@
       sourcetype: [
         {
           value: 1,
-          label: "绉戝",
+          label: "璇鹃缁�",
           children: [],
         },
         {
@@ -501,7 +508,7 @@
         },
         {
           value: 3,
-          label: "鍏ㄩ儴绉戝",
+          label: "鍏ㄩ儴璇鹃缁�",
         },
         {
           value: 4,
@@ -530,11 +537,11 @@
       optionstag: [], //鏍囩鍒楄〃
       Patientrange: [
         {
-          name: "鍏ㄩ儴绉戝",
+          name: "鍏ㄩ儴璇鹃缁�",
           id: 999,
         },
         {
-          name: "褰撳墠绉戝",
+          name: "褰撳墠璇鹃缁�",
           id: 1,
         },
       ],
@@ -951,6 +958,6 @@
   }
 }
 .button-textsc {
-  color: #28cfe6;
+  color: #3664D9;
 }
 </style>

--
Gitblit v1.9.3