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/hospital.vue | 27 ++++++++++++++++++++++++--- 1 files changed, 24 insertions(+), 3 deletions(-) diff --git a/src/views/patient/patient/hospital.vue b/src/views/patient/patient/hospital.vue index 84b808f..1a0f749 100644 --- a/src/views/patient/patient/hospital.vue +++ b/src/views/patient/patient/hospital.vue @@ -20,6 +20,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" @@ -118,7 +134,7 @@ <el-table v-loading="loading" :data="userList" - height="660" + height="808" @selection-change="handleSelectionChange" > <el-table-column type="selection" width="50" align="center" /> @@ -390,12 +406,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