From a85494cc5769c3dab7f210c012fba1c45103e779 Mon Sep 17 00:00:00 2001 From: feige <feige@qq.com> Date: 星期二, 06 六月 2023 16:16:55 +0800 Subject: [PATCH] 修改了不会重复页面的一些bug --- 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