From a3e27f5cab583debe11a9c62d8cc0115783b0791 Mon Sep 17 00:00:00 2001
From: Gary Gu <garygu@Garydebijibendiannao.local>
Date: Wed, 28 May 2025 16:59:43 +0800
Subject: [PATCH] fix: 优化实况UI放大缩小

---
 src/views/ProjectView.vue |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/views/ProjectView.vue b/src/views/ProjectView.vue
index 52f0b8c..4b0c819 100644
--- a/src/views/ProjectView.vue
+++ b/src/views/ProjectView.vue
@@ -209,6 +209,7 @@
       bgImage: new URL('@/assets/images/titles/title_second.png', import.meta.url).href,
       tableImage: new URL('@/assets/images/backgrounds/table_bg.png', import.meta.url).href,
       projectInfo: {
+        GrossFloorArea: '',
         ProjectName: '',
         Description: '',
         Thumbnail: '',
@@ -246,6 +247,7 @@
             this.projectInfo.ProjectName = result.ProjectName
             this.projectInfo.Description = result.Description
             this.projectInfo.Thumbnail = result.Thumbnail
+            this.projectInfo.GrossFloorArea = result.GrossFloorArea
           } 
         }
         

--
Gitblit v1.9.3