From 4ea24ea4d5f9c1bb58076c27d95eae23d0d2a323 Mon Sep 17 00:00:00 2001 From: skjia <106962133@qq.com> Date: Thu, 3 Jul 2025 19:50:43 +0800 Subject: [PATCH] =?UTF-8?q?jsk=20=20=20BUG=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/canteen/healthCenter/examinationReport/index.vue | 7 ++----- src/views/canteen/healthCenter/nutritionScience/index.vue | 2 +- src/views/kitchen/staffManage/intoRecords/index.vue | 2 +- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/src/views/canteen/healthCenter/examinationReport/index.vue b/src/views/canteen/healthCenter/examinationReport/index.vue index 6c2fac73..5f0b8770 100644 --- a/src/views/canteen/healthCenter/examinationReport/index.vue +++ b/src/views/canteen/healthCenter/examinationReport/index.vue @@ -153,13 +153,10 @@ -
-
用户姓名:测试操作员
+
用户姓名:{{personData.nickName}}
-
性别:
-
-
年龄:未知
+
性别:{{personData.sex==2?'未知':(personData.sex==0?'男':'女')}}
检验机构:
diff --git a/src/views/canteen/healthCenter/nutritionScience/index.vue b/src/views/canteen/healthCenter/nutritionScience/index.vue index aa5759d8..2b9aafa1 100644 --- a/src/views/canteen/healthCenter/nutritionScience/index.vue +++ b/src/views/canteen/healthCenter/nutritionScience/index.vue @@ -406,7 +406,7 @@ export default { }, // 图片上传 imgUpLoad(param, name, index) { - // console.log(param,'image') + console.log(param,'image') param.type = 'canteen' imgUpLoadTwo(param).then((res) => { if (res.code == 200) { diff --git a/src/views/kitchen/staffManage/intoRecords/index.vue b/src/views/kitchen/staffManage/intoRecords/index.vue index 0166e404..36c4c33b 100644 --- a/src/views/kitchen/staffManage/intoRecords/index.vue +++ b/src/views/kitchen/staffManage/intoRecords/index.vue @@ -69,7 +69,7 @@ - +