From 4b603481ab485210a7bd678cc93bcc946ba8e06c Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期五, 11 四月 2025 12:02:09 +0800
Subject: [PATCH] 测试完成
---
src/views/patient/patient/behospitalized.vue | 4 ++--
src/views/patient/propaganda/particty.vue | 6 ++++++
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/src/views/patient/patient/behospitalized.vue b/src/views/patient/patient/behospitalized.vue
index 976ae0c..e158d8b 100644
--- a/src/views/patient/patient/behospitalized.vue
+++ b/src/views/patient/patient/behospitalized.vue
@@ -222,7 +222,7 @@
prop="leavehospitaldistrictname"
width="180"
/>
- <!-- <el-table-column
+ <el-table-column
label="搴婁綅鍙�"
align="center"
key="bedNo"
@@ -242,7 +242,7 @@
key="nurseName"
prop="nurseName"
width="120"
- /> -->
+ />
<el-table-column
label="鎿嶄綔"
diff --git a/src/views/patient/propaganda/particty.vue b/src/views/patient/propaganda/particty.vue
index ea8eff1..14a31fd 100644
--- a/src/views/patient/propaganda/particty.vue
+++ b/src/views/patient/propaganda/particty.vue
@@ -541,6 +541,12 @@
v-show="showSearch"
label-width="98px"
>
+ <el-form-item label="涓绘不鍖荤敓锛�">
+ <el-input
+ v-model="patientqueryParams.drname"
+ @keyup.enter.native="handleQuery"
+ ></el-input>
+ </el-form-item>
<el-form-item label="鎮h�咃細">
<el-input
v-model="patientqueryParams.name"
--
Gitblit v1.9.3