From 04ac6b0ec2867d982035d6f2fe971b9253148b5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E4=BA=91?= <赵云@gentronhealth.com> Date: Sun, 10 May 2026 23:59:53 +0800 Subject: [PATCH] =?UTF-8?q?Fix=20Bug=20#411:=20=E6=99=BA=E8=83=BD=E5=88=86?= =?UTF-8?q?=E8=AF=8A=E6=8E=92=E9=98=9F=EF=BC=9A=E5=BA=95=E9=83=A8=E6=93=8D?= =?UTF-8?q?=E4=BD=9C=E6=8E=A7=E5=88=B6=E5=8C=BA"=E8=BF=87=E6=BB=A4?= =?UTF-8?q?=E6=A0=8F"=E5=8A=9F=E8=83=BD=E5=AE=9E=E7=8E=B0=E4=B8=8EPRD?= =?UTF-8?q?=E9=9C=80=E6=B1=82=E4=B8=8D=E7=AC=A6=EF=BC=88=E8=AF=AF=E8=AE=BE?= =?UTF-8?q?=E4=B8=BA=E7=A7=91=E5=AE=A4=E8=BF=87=E6=BB=A4=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将底部过滤栏从"就诊科室快速过滤栏"改为"诊室快速过滤栏": - UI文案:过滤栏标题、下拉框placeholder均改为诊室相关 - 数据源:移除 getLocationTree() 科室树API调用,改为从队列/候选池数据中动态提取诊室列表 - 过滤逻辑:改为按诊室名称(room字段)过滤,支持本科室下不同诊室快速切换 - 后端API调用不再依赖过滤栏选择,改用队列数据自身的organizationId Co-Authored-By: Claude Opus 4.7 --- .../triageandqueuemanage/cardiology/index.vue | 123 +++++++----------- 1 file changed, 49 insertions(+), 74 deletions(-) diff --git a/openhis-ui-vue3/src/views/triageandqueuemanage/cardiology/index.vue b/openhis-ui-vue3/src/views/triageandqueuemanage/cardiology/index.vue index bb59b825..d9ead769 100755 --- a/openhis-ui-vue3/src/views/triageandqueuemanage/cardiology/index.vue +++ b/openhis-ui-vue3/src/views/triageandqueuemanage/cardiology/index.vue @@ -220,15 +220,15 @@