bug修改

This commit is contained in:
zhaoxiao
2021-10-13 17:26:29 +08:00
parent 3e4de0af2e
commit dff5ae4de1
8 changed files with 34 additions and 30 deletions
@@ -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: '召开地点',