From ae50a7042e337391e9ec25d473f5cc17e5594d8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E4=BA=91?= <赵云@gentronhealth.com> Date: Thu, 14 May 2026 13:04:38 +0800 Subject: [PATCH] =?UTF-8?q?Fix=20Bug=20#468:=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=88=97=E8=A1=A8=E9=A1=B5?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E3=80=90=E5=8D=95=E6=8D=AE=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E3=80=91=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 列表页增加单据状态列(位于申请单号之后),使用 el-tag 显示状态: - applyStatus=0 显示"待开立"(灰色标签) - applyStatus=1 显示"已开立"(绿色标签) - 已收费且已执行显示"已执行"(绿色标签) Co-Authored-By: Claude Opus 4.7 --- .../inspection/inspectionApplication.vue | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/openhis-ui-vue3/src/views/doctorstation/components/inspection/inspectionApplication.vue b/openhis-ui-vue3/src/views/doctorstation/components/inspection/inspectionApplication.vue index 6e17e4f18..0cb5e6c18 100755 --- a/openhis-ui-vue3/src/views/doctorstation/components/inspection/inspectionApplication.vue +++ b/openhis-ui-vue3/src/views/doctorstation/components/inspection/inspectionApplication.vue @@ -56,6 +56,13 @@ + + +