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