bug修改
This commit is contained in:
@@ -204,7 +204,7 @@ export default {
|
||||
dataIndex: 'startTime',
|
||||
width: 160,
|
||||
customRender: (text, record) => (
|
||||
<j-ellipsis value={ record.startTime + record.endTime } length={ 20 }></j-ellipsis>)
|
||||
<j-ellipsis value={ record.startTime + '~' + record.endTime } length={ 20 }></j-ellipsis>)
|
||||
},
|
||||
{
|
||||
title: '召开地点',
|
||||
|
||||
Reference in New Issue
Block a user