20250523-修复会议管理数据统计

This commit is contained in:
luoyu 2025-05-23 14:47:46 +08:00
parent c0b8ea896d
commit 2ea35864c3

View File

@ -74,9 +74,9 @@
{{ order.service }} {{ order.service }}
</a-descriptions-item> </a-descriptions-item>
<a-descriptions-item label='会务人员' :span='3'> <a-descriptions-item label='会务人员' :span='3'>
音控组{{ order.staff.music }} 音控组{{ order.staff && order.staff.music ? order.staff.music : '无' }}
<br /> <br />
会务服务组{{ order.staff.serve }} 会务服务组{{ order.staff && order.staff.serve ? order.staff.serve : '无' }}
</a-descriptions-item> </a-descriptions-item>
</a-descriptions> </a-descriptions>
</a-card> </a-card>