From c7b33db117fd2893d7d1c93bf5d46e87d33e44d0 Mon Sep 17 00:00:00 2001
From: lkk <364857242@qq.com>
Date: 星期一, 16 十二月 2024 16:08:51 +0800
Subject: [PATCH] 初审结果查询

---
 src/views/hosp/datacomparison/index.vue |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/views/hosp/datacomparison/index.vue b/src/views/hosp/datacomparison/index.vue
index 04b8e29..22f18de 100644
--- a/src/views/hosp/datacomparison/index.vue
+++ b/src/views/hosp/datacomparison/index.vue
@@ -134,8 +134,10 @@
             this.model.tjCustomerSex = this.$route.query.tjCustomerSex
             if (this.model.tjCustomerSex == "0") {
                 this.model.tjCustomerSex = "鐢�"
-            } else {
+            } else if(this.model.tjCustomerSex == "1"){
                 this.model.tjCustomerSex = "濂�"
+            } else if(this.model.tjCustomerSex == "2"){
+                this.model.tjCustomerSex = "鏈煡"
             }
             this.model.tjCustomerPhone = this.$route.query.tjCustomerPhone
         }

--
Gitblit v1.8.0