bug
This commit is contained in:
@@ -144,7 +144,7 @@
|
||||
label: '开始结束时间',
|
||||
render: (h, {row}) => {
|
||||
return h('span', {
|
||||
}, `${row.beginTime.split(' ')[0]} - ${row.endTime.split(' ')[0]}`)
|
||||
}, `${row.beginTime} - ${row.endTime}`)
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user