From 27386afcbfcbbe41e0fdf0213019cf43df5e3582 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com> Date: Tue, 9 Apr 2024 13:25:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/followup/index.vue | 2 +- src/views/system/taskExecuteRecord/index.vue | 2 +- .../PatientConfigurationVisitRecords/index.vue | 10 +++++----- src/views/unitconfig/patientConfiguration/index.vue | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/views/system/followup/index.vue b/src/views/system/followup/index.vue index e7e89dd..f593c54 100644 --- a/src/views/system/followup/index.vue +++ b/src/views/system/followup/index.vue @@ -260,7 +260,7 @@ {{ scope.row.visitMethod == "OUTPATIENT_SERVICE" ? "门诊" : "" }} - {{ scope.row.visitMethod == "BE_HOSPITALIZED" ? "住院" : "" }} + {{ scope.row.visitMethod == "BE_IN_HOSPITAL" ? "住院" : "" }} diff --git a/src/views/system/taskExecuteRecord/index.vue b/src/views/system/taskExecuteRecord/index.vue index d6b0e88..232096d 100644 --- a/src/views/system/taskExecuteRecord/index.vue +++ b/src/views/system/taskExecuteRecord/index.vue @@ -341,7 +341,7 @@ {{ scope.row.visitMethod == "OUTPATIENT_SERVICE" ? "门诊" : "" }} - {{ scope.row.visitMethod == "BE_HOSPITALIZED" ? "住院" : "" }} + {{ scope.row.visitMethod == "BE_IN_HOSPITAL" ? "住院" : "" }} diff --git a/src/views/unitconfig/PatientConfigurationVisitRecords/index.vue b/src/views/unitconfig/PatientConfigurationVisitRecords/index.vue index ac907c9..bd6e8ec 100644 --- a/src/views/unitconfig/PatientConfigurationVisitRecords/index.vue +++ b/src/views/unitconfig/PatientConfigurationVisitRecords/index.vue @@ -25,7 +25,7 @@