From 616aa46a0c9be432f1a803f724cc3d813293dcc7 Mon Sep 17 00:00:00 2001 From: zhaoyun Date: Thu, 30 Apr 2026 17:08:09 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D#428=E6=A3=80=E6=9F=A5?= =?UTF-8?q?=E7=94=B3=E8=AF=B7=E5=88=86=E7=B1=BB=E8=81=94=E5=8A=A8=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修复1: 将el-collapse-item的@click事件改为el-collapse的@change事件 - 修复2: 添加handleCollapseChange函数处理展开事件 - 修复3: 修改已选择区域展开后显示套餐明细或检查方法 - 修复4: 添加loadPackageDetailsForItem函数加载套餐明细 - 修复5: 修改toggleItemExpand函数在展开时加载套餐明细 --- .../examination/examinationApplication.vue | 37 ++++++++++--------- 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/openhis-ui-vue3/src/views/doctorstation/components/examination/examinationApplication.vue b/openhis-ui-vue3/src/views/doctorstation/components/examination/examinationApplication.vue index f89587b0..a2db1d4c 100644 --- a/openhis-ui-vue3/src/views/doctorstation/components/examination/examinationApplication.vue +++ b/openhis-ui-vue3/src/views/doctorstation/components/examination/examinationApplication.vue @@ -301,12 +301,11 @@
{{ dictLoading ? '' : '暂无检查项目,请在"检查项目设置"中配置' }}
- +