From 345dad4c167b26fe0caef3e15dff585208e77487 Mon Sep 17 00:00:00 2001 From: Tcsm <1377977403@qq.com> Date: 星期日, 11 六月 2023 21:00:32 +0800 Subject: [PATCH] 1.通讯录模块“称呼”改为“通讯录中称呼”,“成员姓名”改成“家人姓名” 2.家根网详情成功展示数据 --- ruoyi-ui/src/views/device/equipmentInfo.vue | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ruoyi-ui/src/views/device/equipmentInfo.vue b/ruoyi-ui/src/views/device/equipmentInfo.vue index 060756e..26131e8 100644 --- a/ruoyi-ui/src/views/device/equipmentInfo.vue +++ b/ruoyi-ui/src/views/device/equipmentInfo.vue @@ -1,7 +1,7 @@ <template> <div class="app-container"> <div class="form-header mt"> - <h4 class="dt h4">瀹跺涵璁惧璇︽儏 </h4> + <h4 class="dt h4">瀹跺涵璁惧璇︾粏淇℃伅 </h4> </div> <!-- 鍚嶇О銆佹椂闂淬�佽喘涔颁汉銆佸唴瀹广�佸湴鐐广�佸娉� --> @@ -145,7 +145,7 @@ </el-form> <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> @@ -247,9 +247,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