fix: 内外部会议列表-议题名称字段修改

This commit is contained in:
zyn
2023-11-22 15:53:19 +08:00
parent c74071e818
commit 2a041bd8b4
+1 -4
View File
@@ -150,14 +150,11 @@
</el-table-column>
<el-table-column
show-overflow-tooltip
prop="agendaName"
prop="agendaNameStr"
label="议题名称"
align="center"
sortable="custom"
>
<template slot-scope="scope">
<span>{{ scope.row.meetingTopicList.map(item => item.agendaName).join(',') }}</span>
</template>
</el-table-column>
<el-table-column
v-if="isPermission('62cdf3d570941c154d28371632ccfa2e,71155d105e930bb8e7881a8a9809646a') > 0"