查询
重置
删除会议
{{ row.theme }}
{{ getDictName('hylx', row.meetingType) || '-' }}
{{ row.startTime || '-' }}
{{ row.endTime || '-' }}
{{
row.places.length > 0
? row.places.map((item) => item.name).join(',')
: '-'
}}
{{ row.host ? row.host : '-' }}
{{ getDictName('hyzt', row.meetingStatus) }}
{{ tag.userName }}
{{ tag.placeName }}