From 4e60b29e04fb2c728febb11f4c744df970efc4a2 Mon Sep 17 00:00:00 2001 From: skjia <106962133@qq.com> Date: Fri, 18 Jul 2025 15:54:42 +0800 Subject: [PATCH] =?UTF-8?q?jsk=20=20bug=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/canteen/healthCenter/examinationReport/index.vue | 6 +++--- src/views/canteen/healthCenter/healthRecords/index.vue | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/canteen/healthCenter/examinationReport/index.vue b/src/views/canteen/healthCenter/examinationReport/index.vue index da49490f..8f48aec1 100644 --- a/src/views/canteen/healthCenter/examinationReport/index.vue +++ b/src/views/canteen/healthCenter/examinationReport/index.vue @@ -200,8 +200,8 @@ {{itme.medicalProjectDetailUnit}} @@ -229,7 +229,7 @@ 所属组织 {{personData.orgFullName}} 用户类别 - {{personData.userType}} + {{personData.userType==1?'其它':'系统'}} 用户手机号 diff --git a/src/views/canteen/healthCenter/healthRecords/index.vue b/src/views/canteen/healthCenter/healthRecords/index.vue index 9e5fc30c..8917a8cc 100644 --- a/src/views/canteen/healthCenter/healthRecords/index.vue +++ b/src/views/canteen/healthCenter/healthRecords/index.vue @@ -121,7 +121,7 @@ * 所属组织 {{form.orgFullName}} - 用户类别2 + 用户类别 {{form.userType==1?'其它':'系统'}}