mirror of
https://gitee.com/elegant_wings/dbd-meeting-html.git
synced 2025-06-21 04:29:36 +08:00
20250523-修复会议管理数据统计
This commit is contained in:
parent
c0b8ea896d
commit
2ea35864c3
@ -74,9 +74,9 @@
|
||||
{{ order.service }}
|
||||
</a-descriptions-item>
|
||||
<a-descriptions-item label='会务人员' :span='3'>
|
||||
音控组:{{ order.staff.music }}
|
||||
音控组:{{ order.staff && order.staff.music ? order.staff.music : '无' }}
|
||||
<br />
|
||||
会务服务组:{{ order.staff.serve }}
|
||||
会务服务组:{{ order.staff && order.staff.serve ? order.staff.serve : '无' }}
|
||||
</a-descriptions-item>
|
||||
</a-descriptions>
|
||||
</a-card>
|
||||
|
Loading…
x
Reference in New Issue
Block a user