This commit is contained in:
2025-10-23 17:48:15 +08:00
parent 986d9b5f94
commit 40e485f4b1

View File

@@ -400,7 +400,7 @@
dataIndex: 'name', dataIndex: 'name',
key: 'name', key: 'name',
width: 200, width: 200,
ellipsis: true
}, },
{ {
title: '会议时间', title: '会议时间',
@@ -421,7 +421,6 @@
dataIndex: 'procedure', dataIndex: 'procedure',
key: 'procedure', key: 'procedure',
width: 180, width: 180,
ellipsis: true,
customRender: ({ text }) => text || '程序未记录' customRender: ({ text }) => text || '程序未记录'
}, },
{ {