From e4a06e0730dc0aa6ced97cbb3362d6b8ef473d39 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期四, 27 三月 2025 15:56:34 +0800
Subject: [PATCH] 最新版本541200007
---
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 2e7463d..602fa6b 100644
--- a/admin/src/views/meeting/components/OperaBookingsDetailWindow.vue
+++ b/admin/src/views/meeting/components/OperaBookingsDetailWindow.vue
@@ -4,7 +4,7 @@
:visible.sync="visible"
:confirm-working="isWorking"
@confirm="confirm"
- width="600px"
+ width="680px"
>
<div class="title-style">
<div class="header-title">{{ form.name }}</div>
@@ -21,13 +21,13 @@
<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
--
Gitblit v1.9.3