From 9f5b4e23bbca058ecef83397ff95dbe0fed7bd5e Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期二, 08 四月 2025 14:02:05 +0800
Subject: [PATCH] 测试完成

---
 src/views/patient/patient/behospitalized.vue |   35 ++++++++++++++++++++++++++++-------
 1 files changed, 28 insertions(+), 7 deletions(-)

diff --git a/src/views/patient/patient/behospitalized.vue b/src/views/patient/patient/behospitalized.vue
index ced783c..3c386b7 100644
--- a/src/views/patient/patient/behospitalized.vue
+++ b/src/views/patient/patient/behospitalized.vue
@@ -19,6 +19,22 @@
               @keyup.enter.native="handleQuery"
             />
           </el-form-item>
+          <el-form-item label="涓绘不鍖荤敓" prop="name">
+            <el-input
+              v-model="queryParams.drname"
+              placeholder="璇疯緭鍏ュ鍚�"
+              clearable
+              @keyup.enter.native="handleQuery"
+            />
+          </el-form-item>
+          <el-form-item label="璐d换鎶ゅ+" prop="name">
+            <el-input
+              v-model="queryParams.nurseName"
+              placeholder="璇疯緭鍏ュ鍚�"
+              clearable
+              @keyup.enter.native="handleQuery"
+            />
+          </el-form-item>
           <el-form-item label="浣忛櫌鍙�" prop="patid">
             <el-input
               v-model="queryParams.patid"
@@ -115,7 +131,7 @@
         <el-table
           v-loading="loading"
           :data="userList"
-          height="660"
+          height="808"
           @selection-change="handleSelectionChange"
         >
           <el-table-column type="selection" width="50" align="center" />
@@ -141,8 +157,8 @@
           <el-table-column
             label="浣忛櫌鍙�"
             align="center"
-            key="patno"
-            prop="patno"
+            key="inhospno"
+            prop="inhospno"
             width="120"
           />
 
@@ -211,7 +227,7 @@
             prop="leavehospitaldistrictname"
             width="120"
           />
-          <el-table-column
+          <!-- <el-table-column
             label="搴婁綅鍙�"
             align="center"
             key="bedNo"
@@ -231,7 +247,7 @@
             key="nurseName"
             prop="nurseName"
             width="120"
-          />
+          /> -->
 
           <el-table-column
             label="鎿嶄綔"
@@ -366,12 +382,17 @@
 
 import {
   listpatient,
-  particularpatient,
+} from "@/api/patient/record";
+import {
+  messagelistpatient,
+  alterpatient,
   addpatient,
+  particularpatient,
   deletepatient,
   Exporterrorpatient,
   toleadpatient,
-} from "@/api/patient/record";
+} from "@/api/patient/homepage";
+
 import { listtag } from "@/api/system/label";
 import { getToken } from "@/utils/auth";
 import Treeselect from "@riophae/vue-treeselect";

--
Gitblit v1.9.3