From 87d4214541879a4a4328e1b8f02c96d495fabfdf Mon Sep 17 00:00:00 2001 From: zhaoyun Date: Thu, 23 Apr 2026 16:37:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=89=8D=E7=AB=AFBug?= =?UTF-8?q?=20#396=20#397?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - #396 疾病报卡管理:搜索查询区域布局优化(单行紧凑布局) - #397 分诊排队管理:页面标题科室名称动态获取(替代硬编码) --- .../ReportManagement/index.vue | 148 +++++++++--------- .../triageandqueuemanage/cardiology/index.vue | 10 +- 2 files changed, 85 insertions(+), 73 deletions(-) diff --git a/openhis-ui-vue3/src/views/diseaseReportManagement/ReportManagement/index.vue b/openhis-ui-vue3/src/views/diseaseReportManagement/ReportManagement/index.vue index b472fb76..477f75c2 100644 --- a/openhis-ui-vue3/src/views/diseaseReportManagement/ReportManagement/index.vue +++ b/openhis-ui-vue3/src/views/diseaseReportManagement/ReportManagement/index.vue @@ -76,78 +76,61 @@
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 查询 - - - 重置 - - - - - + + +
+ + + + + + + + + + + + + + + + + + + + + + +
+ + 查询 + + + 重置 + +
+
@@ -1318,6 +1301,27 @@ function getAuditTypeName(type) { width: 100%; } +/* 修复【#396】:单行筛选布局样式 */ +.filter-row { + display: flex; + align-items: center; + flex-wrap: nowrap; + gap: 8px; +} + +.filter-row .el-form-item { + display: inline-flex !important; + width: auto !important; + margin-bottom: 0; +} + +.filter-buttons { + display: inline-flex; + align-items: center; + gap: 8px; + margin-left: auto; +} + /* 表格区 */ .table-section { flex: 1; diff --git a/openhis-ui-vue3/src/views/triageandqueuemanage/cardiology/index.vue b/openhis-ui-vue3/src/views/triageandqueuemanage/cardiology/index.vue index 2da23115..cbba225d 100644 --- a/openhis-ui-vue3/src/views/triageandqueuemanage/cardiology/index.vue +++ b/openhis-ui-vue3/src/views/triageandqueuemanage/cardiology/index.vue @@ -3,7 +3,7 @@
- 智能分诊排队管理 - 心内科 + 智能分诊排队管理 - {{ currentDeptName }}
@@ -401,6 +401,9 @@