From 9958c9393c8c3a5e2350fa9023e14cbbf74b0d9a Mon Sep 17 00:00:00 2001
From: weimingfei <fei_gaming@sina.com>
Date: 星期五, 31 十月 2025 12:05:24 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/wuhuyancao' into wuhuyancao
---
admin/src/views/meeting/components/OperaBookingsDetailWindow.vue | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/admin/src/views/meeting/components/OperaBookingsDetailWindow.vue b/admin/src/views/meeting/components/OperaBookingsDetailWindow.vue
index 602fa6b..d43d023 100644
--- a/admin/src/views/meeting/components/OperaBookingsDetailWindow.vue
+++ b/admin/src/views/meeting/components/OperaBookingsDetailWindow.vue
@@ -21,6 +21,10 @@
<div class="item-title">浼氳鍐呭</div>
<div class="item-value">{{ form.content || "鏃�" }}</div>
</div>
+ <div class="item">
+ <div class="item-title">浼氳闇�姹�</div>
+ <div class="item-value">{{ form.remark || "鏃�" }}</div>
+ </div>
<div v-if="form.projectList && form.projectList.length" class="item">
<div class="">鏈嶅姟椤�</div>
<div class="item-value">
--
Gitblit v1.9.3