From 2bc4a739db642494accbf5be1fa55793f4652f44 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期一, 10 三月 2025 15:31:16 +0800
Subject: [PATCH] ll

---
 admin/src/views/meeting/components/OperaBookingsDetailWindow.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/admin/src/views/meeting/components/OperaBookingsDetailWindow.vue b/admin/src/views/meeting/components/OperaBookingsDetailWindow.vue
index d0e96a2..1b0553b 100644
--- a/admin/src/views/meeting/components/OperaBookingsDetailWindow.vue
+++ b/admin/src/views/meeting/components/OperaBookingsDetailWindow.vue
@@ -21,18 +21,18 @@
         <div class="item-title">浼氳鍐呭</div>
         <div class="item-value">{{ form.content || "鏃�" }}</div>
       </div>
-      <div v-if="form.projectList.length" class="item">
+      <div v-if="form.projectList && form.projectList.length" class="item">
         <div class="">鏈嶅姟椤�</div>
         <div class="item-value">
           {{ form.projectList.map((item) => item.projectName).join(" | ") }}
         </div>
       </div>
-      <div class="item" v-if="form.fileList.length">
+      <div class="item" v-if="form.fileList && form.fileList.length">
         <div class="item-title">闄勪欢</div>
         <div>
           <FileLink
             :links="form.fileList"
-            linkName="fileFullUrl"
+            linkName="fileurlFull"
             :isUpload="false"
           />
         </div>

--
Gitblit v1.9.3