From a781589fea365c5265c5f56e995748b83ef1a709 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=B3=E7=BE=BD?= <关羽@gentronhealth.com> Date: Thu, 14 May 2026 02:14:29 +0800 Subject: [PATCH] =?UTF-8?q?Fix=20Bug=20#469:=20[=E4=BD=8F=E9=99=A2?= =?UTF-8?q?=E5=8C=BB=E7=94=9F=E5=B7=A5=E4=BD=9C=E7=AB=99-=E6=A3=80?= =?UTF-8?q?=E9=AA=8C=E7=94=B3=E8=AF=B7]=20=E5=AE=8C=E5=96=84=E3=80=90?= =?UTF-8?q?=E6=93=8D=E4=BD=9C=E3=80=91=E5=88=97=E4=B8=B4=E5=BA=8A=E4=B8=9A?= =?UTF-8?q?=E5=8A=A1=E9=80=BB=E8=BE=91=EF=BC=9A=E6=94=AF=E6=8C=81=E6=8C=89?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E5=8A=A8=E6=80=81=E5=88=87=E6=8D=A2=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E3=80=81=E5=88=A0=E9=99=A4=E3=80=81=E6=92=A4=E5=9B=9E?= =?UTF-8?q?=E7=AD=89=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 根因:后端返回字段名为 status,而操作列条件判断使用了 scope.row.billStatus, billStatus 为 undefined 导致所有状态条件判断失败,仅显示固定的"详情"按钮。 修复:将操作列条件中的 billStatus 统一改为 status。 Co-Authored-By: Claude Opus 4.7 --- .../home/components/applicationShow/testApplication.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openhis-ui-vue3/src/views/inpatientDoctor/home/components/applicationShow/testApplication.vue b/openhis-ui-vue3/src/views/inpatientDoctor/home/components/applicationShow/testApplication.vue index 039151979..6da8c8f51 100755 --- a/openhis-ui-vue3/src/views/inpatientDoctor/home/components/applicationShow/testApplication.vue +++ b/openhis-ui-vue3/src/views/inpatientDoctor/home/components/applicationShow/testApplication.vue @@ -103,11 +103,11 @@