From 547be67ed775576f1c9b593f48dd846c642cff50 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期五, 27 六月 2025 15:38:37 +0800
Subject: [PATCH] 测试完成

---
 src/views/patient/patient/hospital.vue |   38 ++++++++++++++++++++------------------
 1 files changed, 20 insertions(+), 18 deletions(-)

diff --git a/src/views/patient/patient/hospital.vue b/src/views/patient/patient/hospital.vue
index 5bfdf42..fa1e916 100644
--- a/src/views/patient/patient/hospital.vue
+++ b/src/views/patient/patient/hospital.vue
@@ -28,7 +28,7 @@
                   @keyup.enter.native="handleQuery"
                 />
               </el-form-item>
-          <el-form-item label="浣忛櫌鍙�" prop="patno">
+          <el-form-item label="鎮h�呯紪鍙�" prop="patno">
             <el-input
               v-model="patno"
               placeholder="璇疯緭鍏ユ偅鑰呯紪鍙�"
@@ -150,7 +150,7 @@
           </el-table-column>
 
           <el-table-column
-            label="浣忛櫌鍙�"
+            label="鎮h�呯紪鍙�"
             align="center"
             key="patno"
             prop="patno"
@@ -175,6 +175,14 @@
             width="80"
           />
           <el-table-column
+            label="鏍囩"
+            align="center"
+            key="tagname"
+            prop="tagname"
+            show-overflow-tooltip
+            width="180"
+          />
+          <el-table-column
             label="鑱旂郴鐢佃瘽"
             align="center"
             key="telcode"
@@ -182,13 +190,7 @@
             width="120"
           />
 
-          <!-- <el-table-column
-            label="鍏ラ櫌璇婃柇"
-            align="center"
-            key="diagname"
-            prop="diagname"
-            width="190"
-          /> -->
+
           <el-table-column
             label="鍑洪櫌璇婃柇"
             align="center"
@@ -224,7 +226,7 @@
             prop="bedNo"
             width="120"
           />
-          <el-table-column
+          <!-- <el-table-column
             label="涓绘不鍖荤敓"
             align="center"
             key="drname"
@@ -237,7 +239,7 @@
             key="nurseName"
             prop="nurseName"
             width="120"
-          />
+          /> -->
 
           <el-table-column
             label="鎿嶄綔"
@@ -514,7 +516,7 @@
   created() {
 
     this.getList();
-    this.listDept();
+    // this.listDept();
     this.gettabList();
   },
   methods: {
@@ -544,12 +546,12 @@
         this.loading = false;
       });
     },
-    listDept() {
-      listDept(this.queryParams).then((res) => {
-        this.deptList = res.data;
-        console.log(this.deptList, "this.deptList");
-      });
-    },
+    // listDept() {
+    //   listDept(this.queryParams).then((res) => {
+    //     this.deptList = res.data;
+    //     console.log(this.deptList, "this.deptList");
+    //   });
+    // },
     /** 鏌ヨ鏍囩鍒楄〃 */
     gettabList() {
       const tagqueryParams = {

--
Gitblit v1.9.3