From 90fd5c29248f2f71c877b2f99fed2c375457e95b Mon Sep 17 00:00:00 2001 From: linwenling <3256558519@qq.com> Date: 星期一, 12 六月 2023 16:20:32 +0800 Subject: [PATCH] 新增个人财产 --- ruoyi-ui/src/views/bignote/familyeventInfo.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ruoyi-ui/src/views/bignote/familyeventInfo.vue b/ruoyi-ui/src/views/bignote/familyeventInfo.vue index b53783b..d97a9ec 100644 --- a/ruoyi-ui/src/views/bignote/familyeventInfo.vue +++ b/ruoyi-ui/src/views/bignote/familyeventInfo.vue @@ -133,7 +133,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> @@ -221,9 +221,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