From 2c8b26bef24ccfde85cce836fea1681b204aa74c Mon Sep 17 00:00:00 2001
From: Tcsm <1377977403@qq.com>
Date: 星期日, 11 六月 2023 18:17:38 +0800
Subject: [PATCH] 1.通讯录模块“称呼”改为“通讯录中称呼”,“成员姓名”改成“家人姓名” 2.家根网详情成功展示数据

---
 ruoyi-ui/src/views/doctor/doctorInfo.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/ruoyi-ui/src/views/doctor/doctorInfo.vue b/ruoyi-ui/src/views/doctor/doctorInfo.vue
index 1146589..e469830 100644
--- a/ruoyi-ui/src/views/doctor/doctorInfo.vue
+++ b/ruoyi-ui/src/views/doctor/doctorInfo.vue
@@ -181,7 +181,7 @@
     </el-form>
     </div>
     <el-dialog  :visible.sync="dialogVisible">
-      <img w-full :src="dialogImageUrl" alt="Preview Image" />
+      <img w-full :src="dialogImageUrl"    style="width: 700px; height: 700px" alt="Preview Image" />
     </el-dialog>
   </div>
 </template>
@@ -299,9 +299,9 @@
       this.$route.meta.title = "淇敼灏卞尰璁板綍璇︾粏淇℃伅";//鍒楄〃鐨勫悕绉�
     }
     else{
-      document.title = "鏌ョ湅灏卞尰璁板綍璇︾粏淇℃伅";
-      this.$route.meta.title = "鏌ョ湅灏卞尰璁板綍璇︾粏淇℃伅";//鍒楄〃鐨勫悕绉�
-      this.isShow=false
+      document.title = "灏卞尰璁板綍璇︾粏淇℃伅";
+      this.$route.meta.title = "灏卞尰璁板綍璇︾粏淇℃伅";//鍒楄〃鐨勫悕绉�
+      this.isShow=true
     }
 
     let _this = this

--
Gitblit v1.9.1